Is it possible to make maintaining aspect ratio on resizing? if yes, how?
I tried to set in this way:
- <div id="dial01" title="NAME">CONTENT</div>
- <script>
- $( "#dial01" ).dialog({modal:true, minHeight:100});
- $("div[aria-describedby='dial01']").resizable({aspectRatio:true});
- </script>
However, no debug mistake and no result in maintaining aspect ratio.