kingdido999 / zooming

🔍 Image zoom that makes sense.
https://kingdido999.github.io/zooming
MIT License
1.61k stars 121 forks source link

Scale to full size of high res image. #317

Open SamesJeabrook opened 3 years ago

SamesJeabrook commented 3 years ago

is there a way to set scaleExtra to scale to 100% of the images original size.

To fully understand the behaviour. I set a smaller size image, this is opened and the large size image (high res) is loaded as replacement and it moves to the modal. When I click to zoom in further I would like to zoom into the maximum size of the high res image. Is this currently possible?

kingdido999 commented 3 years ago

No, this is currently not possible. scaleExtra is in addition to the current scale of the opened image using css transform scale function.