[Solved] Best jquery modal/overlay?
The jQueryUI Dialog widget is able to resize itself like this: $( “.selector” ).dialog( “option”, “width”, 500 ); $( “.selector” ).dialog( “option”, “height”, 500 ); See http://jqueryui.com/dialog/ 2 solved Best jquery modal/overlay?