When I change image resolution in html image slideshow nothing changes on the actual page

Q: This is an amazing product here, but before I jump out and buy it,
I need to know why when I change the image resolution before publishing
that nothing changes on the actual page that is created?

A: I suppose you try to set large value for images size.
Actually VisualLightBox automatically changes images size
so that images fit browser window.

To prevent it from happening you should open engine/js/visuallightbox.js
file, find the following code:

featBrowser:true,



and change it to:

featBrowser:false,

Related