Reply To: Lightbox on Reload/Back
Hi,
This is part of how prettyPhoto lightbox works. It updates the url once lightbox is open. You can check it out by opening a lightbox. This way visitors can bookmark lightbox windows too.
To disable this
edit common.js
Add following above line 68
deeplinking: false,
Thanks