【问题标题】:Remove image thumbnails which displayed at bottom on images删除显示在图像底部的图像缩略图
【发布时间】:2013-09-10 06:03:16
【问题描述】:

当我将鼠标悬停在图像上时,缩略图会显示在我不想要的图像的底部。如何删除?来自漂亮照片。

jquery.prettyPhoto.js

i have share my .js file, click here

【问题讨论】:

  • 请提出具体问题并提供合适的代码或工作演示

标签: jquery prettyphoto


【解决方案1】:

也许你可以在你的配置中为 prettyPhoto 设置以下内容:

'overlay_gallery': true

【讨论】:

    【解决方案2】:

    你只是改变....选择

    pp_gallery{display:none !important;left:50%;margin-top:-50px;position:absolute;z-index:10000}
    

    在 prettyphoto.css 中改为

    .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-11-13
      • 2011-05-05
      • 2012-04-18
      • 2016-06-13
      • 1970-01-01
      相关资源
      最近更新 更多