Does anyone know how to resize images proportionally using JavaScript?
I have tried to modify the DOM by adding attributes height and width
height
width
Here is my cover fill solution (similar to background-size: cover, but it supports old IE browser)