jtsage/jquery-mobile-simpledialog

Variable Window Size for open html

dannyc opened this issue · 1 comments

Would be nice if there was an option for variable window size for free open html mode. Currently there is a limited width. Common use case would be in scenarios where user would like to use a full page div, but not have it fill full width and height. When I shove a lot of html content in there, the whole layout breaks.

Hmm, I will look at this - however, you may be better off just modifying the css for your use. Without looking to hard, I believe you need to change the width of:

.ui-simpledialog-container 

That should be it.