PhotoSwipe next/back 图标
PhotoSwipe next/back icon
有人用过 PhotoSwipe 吗?
https://github.com/dimsemenov/PhotoSwipe
我卡在左图和右图(前后)
喜欢这张图片。
我不想要其他图标。我想知道如何解决这个问题。
我已经尝试禁用内部图像 css 但它仍然不起作用
请帮忙。
您可以使用以下可用选项 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
};
有人用过 PhotoSwipe 吗?
https://github.com/dimsemenov/PhotoSwipe
我卡在左图和右图(前后)
喜欢这张图片。
我不想要其他图标。我想知道如何解决这个问题。
我已经尝试禁用内部图像 css 但它仍然不起作用
请帮忙。
您可以使用以下可用选项 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
};