pages theme

Last post 06-24-2010, 1:16 PM by kjell.ek. 2 replies.
Sort Posts: Previous Next
  •  06-23-2010, 6:57 AM 61957

    pages theme

    I am using <pages theme in my web.config and have problem to display the background color in my galleri.

    I have that problem when I click on any of the pictures to scroll so have not the whole window the dark gray color, picture theme from web.config shines throug.
    How can I fix the problem?

    http://test.junis.org/bildarkiv/default.aspx?album=kjelle
  •  06-23-2010, 9:53 PM 61973 in reply to 61957

    Re: pages theme

    Hi kjell.ek,
     
    1. Open file "CuteSoft_Client\Gallery\Viewer\LightBox\Code.js"
     
    2. Find section below
     
    this.mask.style.width=de.scrollWidth+"px";
    this.mask.style.height=de.scrollHeight+"px";
     
    3. Change to
     
    this.mask.style.width=Math.max(bodywidth,de.scrollWidth)+"px";
    this.mask.style.height=Math.max(bodywidth,de.scrollHeight)+"px";
     
    Regards,
     
    ken
  •  06-24-2010, 1:16 PM 61987 in reply to 61973

    Re: pages theme

    Thanks, works fine :-)
View as RSS news feed in XML