Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having the same problem. In IE8 when it first loads the lightbox is half way down the screen. If I close and reopen the object it opens correctly.

    Thread Starter ptrv

    (@ptrv)

    Actually, in IE(11) it works fine for me. The problem occurs in Chrome and Firefox (on Windows, Mac is fine). I solved it a bit by changing the jquery.prettyPhoto.min.js. Changing deviding by 2 to 4, eg scroll_pos.scrollTop+(e/2 -> scroll_pos.scrollTop+(e/4. At 3 places I think. After that it workes fine. But it is not a real solution because then IE becomes the problem.

    Thread Starter ptrv

    (@ptrv)

    Solved by adding this to my custom theme style.css:
    html { height: 101%; }
    Works perfect now in all browsers.

    Thread Starter ptrv

    (@ptrv)

    Solved

    GREAT!

    Thank you very much, ptrv, I’ve been looking for a solution for a long time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lightbox not in center screen’ is closed to new replies.