Page 1 of 1

Disable Image Skim

Posted: Tue Mar 12, 2013 6:55 pm
by Prefect
Is it possible to disable the image skim?

Example, if you go to one of my galleries and click on the image, you see the full size image. Sometimes when you click the back button, you get sent off to a trade rather than back to the gallery. I'd like to disable that.

Re: Disable Image Skim

Posted: Tue Mar 12, 2013 7:28 pm
by admin
You have to catch click on 'back' using JS because basically browser requests something like

/gallery/asd/index.html?params and this kind of url is skimmed.

You have to redirect user to /gallery/asd/index.html (ie w\o params) so this traffic will see a gallery w\o skimming.

As i mentioned above you can do it using JS, simple links like 'back' at image template or open big images in new window