Answer the question
In order to leave comments, you need to log in
How to make an image sharper when scaling it?
If you zoom in (reduce the size of a large image, or enlarge a small image), it becomes blurry. Here, for example, link , the image is adapted without strong blur, which is better compared to standard scaling.
Are there any css methods or js plugins that can solve the problem with blurry images when zooming?
Answer the question
In order to leave comments, you need to log in
CSI does not share its technology.
In reality, you need to prepare several images in different sizes. And styles or scripts from the list by size will choose the appropriate one.
<img src="clock-demo-thumb-200.png"
alt="Clock"
srcset="clock-demo-thumb-200.png 200w, clock-demo-thumb-400.png 400w"
sizes="(min-width: 600px) 200px, 50vw">
Maybe it's worth showing the image in one resolution before scaling, and then in another?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question