有人甚至以前使用过PhotoSwipe吗?
https://github.com/dimsemenov/PhotoSwipe
我左右(后面和后面)的图像卡住了
喜欢这张图片。
我不想要其他图标。我想知道如何解决这个问题。
我已经尝试在css中禁用图片,但它仍无法正常工作
请帮忙。
答案 0 :(得分:1)
您可以使用show/hide
photoswipe buttons/elements
可用的以下选项。
了解详情阅读文档here
var options = {
history: false,
focus: false,
closeEl: true,
captionEl: true,
fullscreenEl: true,
zoomEl: true,
shareEl: true,
counterEl: true,
arrowEl: true,
preloaderEl: true
};