Submitted by David_H on 2015/12/11 22:10
In just about every program I use, when resizing images, if you do it by dragging the control handles, doing so on the corners helps to maintain the image aspect ratio.  Can this be done in IQ?  Example video of what happens below.
 
 
Thanks

Comments

Not exactly what you want, but if you add this style to the HTML pane:
<STYLE> img {height: auto;}</STYLE>
 
Then any new image will maintain its image ratio. For existing images, you`ll need to edit the HTML code and remove the size information
 
I`ll add a dialog to set resize behaviour and to reset the image size
 
HTH !
 
Pierre_Admin