Background not filling up
  • I installe prettyphoto on my web site but the background is not filled pu. It fills only the container div.

    I also use a script to scal the background to the screen for sure that's what makes it bug. So I need a way to fill all the page but not make scrollbar.

    Any Idea
  • It's a jQuery's bug: http://bugs.jquery.com/ticket/6724

    Use the development version, and change the function _resize_overlay() with this:

    function _resize_overlay() {
    windowHeight = window.innerHeight, windowWidth = window.innerWidth;

    if(typeof $pp_overlay != "undefined") $pp_overlay.height( window.innerHeight).width(windowWidth);
    };

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!