Reputation: 2811
How can I change the width (fixed dimension in px) of a currently opened popup? Let's say from 400px to 600px.
Tried this, but doesn't work:
var expander=hs.getExpander(jq('#my_popup_id_HS')[0]);
hs.maxHeight=600;
expander.reflow();
Upvotes: 0
Views: 111