francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.58k stars 160 forks source link

Configuration option to use natural height of image for zoomed image #169

Open nimarion opened 3 years ago

nimarion commented 3 years ago

The problem

Currently it is not possible that the zoomed image is shown without being cropped. I have a gallery view where multiple images are shown with a fixed width and height. When i zoom into a image the height and width of the gallery are being used instead of the natural height and width of the image.

https://user-images.githubusercontent.com/23435250/112120545-a5677500-8bbe-11eb-8bab-023070c0049e.mp4

Solution

A configuration option which uses the natural height of the image