Closed GoogleCodeExporter closed 8 years ago
This might be as simple as using $(window).width() instead of 100%. I'll take
a look
at this.
Original comment by krewenki
on 21 May 2008 at 1:34
I switched 100% to $(window).width, and sure enough, things look to be working.
I'll introduce it to the trunk,
and you folks can let me know if you have any problems with it.
Original comment by krewenki
on 5 Jun 2008 at 12:11
That don't work for me. I have find this other solution :
Change the CSS like this :
#overlay{position: absolute;}
to
#overlay{position: fixed;}
Original comment by Sirlepape
on 6 Apr 2009 at 2:49
There have been multiple changes made to this project since it's move to
github, several months ago. You can
find the project at http://github.com/krewenki/jquery-lightbox/tree/master .
Please grab the latest copy from
github, and if your issue persists, create a new issue there.
Original comment by krewenki
on 17 Jun 2009 at 5:03
Original issue reported on code.google.com by
thijs.vd...@gmail.com
on 16 Apr 2008 at 1:00