Skip to content

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

@stbinan

Description

@stbinan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions