So this is a quick article on how to maintain an aspect ratio when resizing an image.
How?
These are the calculations to work out the new height given the width or the new width given the height:
(original height / original width) x new width = new height (original width / original height) x new height = new width
Discussion
Comments
Questions, corrections and useful additions are reviewed before appearing here.
No comments yet. Start the discussion.