| Issue 221: | Automatically resize when window size changes | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
I'm using a height and width of 10000 to get the maximum size possible,
which works great. (Not sure if that's the best way to achieve it, but
seems pretty good - 100% doesn't work.)
I want the user to be able to resize their browser window, and for the
popup to automatically resize to match. I've managed to achieve this with
this code:
$(window).bind("resize", function()
{
$.nyroModalSettings({width: '10000', height: '10000'});
});
It would be very useful if this was done automatically by default, or at
least if there were some parameter to achieve the same.
Thanks!
Apr 22, 2009
Project Member
#1
nyro...@gmail.com
Status:
Accepted
May 14, 2009
After a while, the version 1.5.0 is now here and fix this issue.
Status:
Fixed
|
||||||||