Skip to content
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

Zoomed Image is in poor quality in both Firefox and Chrome #60

Open
stbinan opened this issue Apr 24, 2018 · 0 comments
Open

Zoomed Image is in poor quality in both Firefox and Chrome #60

stbinan opened this issue Apr 24, 2018 · 0 comments

Comments

@stbinan
Copy link

stbinan commented Apr 24, 2018

Solution:
remove the related css code of .zoom-img inside ZeroBlog.css

.zoom-img {
	filter: none; -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	backface-visibility: hidden; transform: translateZ(0); image-rendering: optimizeSpeed;
}

Reference: https://stackoverflow.com/questions/9945363/image-scaling-causes-poor-quality-in-firefox-internet-explorer-but-not-chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant