I solved the problem is W3 Total Cache plug-in , if Minify compression is on, the Lightbox has a wrong behavior, the polo up go down
Thanks for getting back to us with the solution!
JJ
(@juliej82hotmailcom)
@fpdesign – could you tell me specifically what settings you changed? I am having the same problem and can’t seem to fix it.
Disable Minify compression in W3 Total Cache plug-in
Hello! I have the same problem on my site, please help me out!
http://misharim.ru
My site have a intricate multidomain structure, so I can’t simply install some plug-in through admin panel.
It looks like some js conflict.
https://ww.wp.xz.cn/support/topic/prettyphoto-lightbox-constantly-jumping-to-the-bottom-of-the-page?replies=5#post-5859826
Found the answer on this topic, the problem is solved!!!
Just add these lines into your .css file:
html {
overflow-y: scroll;
height: 101%;
}