zoom.js icon indicating copy to clipboard operation
zoom.js copied to clipboard

Blurring in desktop Chrome browsers

Open adioni opened this issue 9 years ago • 5 comments

Is there a way to prevent the blurring that seems to occur in Chrome & Chromium-based browsers after the image has finished zooming? No issue with Firefox.

Not a big deal with most pictures, but for things like desktop screenshots with text, it becomes a bit hard to read.

adioni avatar Sep 03 '15 17:09 adioni

I would also like to know about this. Similarly blurred for Safari.

adriennealyzee avatar Dec 20 '15 04:12 adriennealyzee

seems works for me:

.zoom-overlay-open, .zoom-overlay-transitioning { cursor: default; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; }

https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering

andihaki avatar Feb 18 '16 04:02 andihaki

Had you try with an high quality image?

heavybeard avatar Feb 18 '16 08:02 heavybeard

Strangely enough, image-rendering: pixelated worked for me after the zoom transition. Doesn't look that great on anything else, but it definitely made the zoomed version of the image look much better and less blurry (in Chrome, at least.)

nickbouton avatar Apr 23 '16 03:04 nickbouton

This plugin is no longer maintained. I've pushed a fix in my vanilla JS fork - perhaps you'd like to take a look there (sorry for the shameless plug 😅) or at some of the other forks such as this one.

spinningarrow avatar Mar 19 '17 12:03 spinningarrow