删除图像底部显示的图像缩略图

时间:2013-09-10 06:03:16

标签: jquery prettyphoto

当我将鼠标悬停在图像上时,缩略图显示在我不想要的图像的底部。怎么删除?来自prettyphoto。

jquery.prettyPhoto.js

i have share my .js file, click here

2 个答案:

答案 0 :(得分:0)

可能是您可以在配置中为prettyPhoto设置以下内容:

'overlay_gallery': true

答案 1 :(得分:0)

您只需更改....选择

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}