Quote:
One question:
The lightbox resizes to the current window. Is there anyway that the viewer can see/save that full-size image? Right-click and "Save as.."?
It only resizes the display of the original image but if you right click and save as it will save the original image with the original dimensions.
You can if you wish to dissable the window display resize option by editing the lightbox.js file and changing the following line:
var featBrowser = true; // set it to true or false to choose to auto-adjust the maximum size to the browser
to
var featBrowser = false; // set it to true or false to choose to auto-adjust the maximum size to the browser