Javascript Image Resize

前端 未结 13 1445
南旧
南旧 2020-11-28 23:03

Does anyone know how to resize images proportionally using JavaScript?

I have tried to modify the DOM by adding attributes height and width

13条回答
  •  [愿得一人]
    2020-11-28 23:55

    Here is my cover fill solution (similar to background-size: cover, but it supports old IE browser)

提交回复
热议问题