Closed lukasvida closed 4 years ago
Hi, when I use thumbnailWidth, the resulting <img> tag gets specified width and height=auto, but when I use thumbnailHeight, both height and width are set to that specified value. Shouldn't thumbnailHeight preserve aspect ratio too?
thumbnailWidth
<img>
height=auto
thumbnailHeight
Hello, thank you for reporting the issue, it should be fixed in version 2.1.x. 🙂
Hi, when I use
thumbnailWidth
, the resulting<img>
tag gets specified width andheight=auto
, but when I usethumbnailHeight
, both height and width are set to that specified value. Shouldn't thumbnailHeight preserve aspect ratio too?