When I click on the featured image on my home page, http://www.IvanPaints.com, the lightbox opens but it has a bunch of thumbnail previews below the main image. I do not want those thumbnail images to appear. How can I remove them?
Lightbox preview images
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
In custom.js replace:
jQuery($elements).prettyPhoto({ "theme": theme_selected /* light_rounded / dark_rounded / light_square / dark_square */ });with:
jQuery($elements).prettyPhoto({ "theme": theme_selected, /* light_rounded / dark_rounded / light_square / dark_square */ overlay_gallery: false /* If set to true, a gallery will overlay the fullscreen image on mouse over */ });Posted 2 years ago #
Reply
You must log in to post.














