PhotoSwipe下/后图标

时间:2017-05-25 07:25:57

标签: html css photoswipe

有人甚至以前使用过PhotoSwipe吗?

https://github.com/dimsemenov/PhotoSwipe

我左右(后面和后面)的图像卡住了

喜欢这张图片。

enter image description here

我不想要其他图标。我想知道如何解决这个问题。

我已经尝试在css中禁用图片,但它仍无法正常工作

请帮忙。

1 个答案:

答案 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
  };