-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max zoom density setting #102
Comments
maxZoomDensity 👍 |
I my case such images would still be blown up by the browser to fix their div, that wouldn't change, would it? |
@aschempp Can you describe your case in more detail? |
I think with or height 100% is what I mean 😅 |
👍
@aschempp Can you describe your case in more detail? |
I can't really, I was just thinking about the consequences. But the config makes sense (if I understand it correctly). |
Currently if you have an image with a very small important part and an image size with a zoom level of
100%
you will get very small images that will be shown blurry to the user as they will get upscaled by the browser.It might make sense to add a setting for a minimum density that ensures that the zoom will stop as soon as the minimum density is reached. Possible names:
zoomMinDensity
,maxZoomDensity
,…/cc @Toflar
The text was updated successfully, but these errors were encountered: