当我将鼠标悬停在图像上时,缩略图显示在我不想要的图像的底部。怎么删除?来自prettyphoto。
jquery.prettyPhoto.js
答案 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}