Visual LightBox
-
simple jquery div slideshow
Monochrome Theme
with Round Window thumbnails
-
jquery gallery image zoom
Route Theme
with Simple HTML Frame thumbnails
-
free lightbox gallery
Modern Theme
with Round Frame thumbnails
I would like to move the jquery photo gallery image slightly higher on the page
Q: I would like to move the large image slightly higher on the page when it opens.
A: Find the following code in engine/js/visuallightbox.js file:
var imgTop=getPageScroll().y+(m().winHeight-(imgHeight+B+options.borderSize*2))/2;
change it to:
var imgTop=getPageScroll().y+(m().winHeight-(imgHeight+B+options.borderSize*2))/2-100;




























More Demos