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

Blurry text and images in quick view modals #993

Closed
happyduong opened this issue Apr 10, 2017 · 7 comments
Closed

Blurry text and images in quick view modals #993

happyduong opened this issue Apr 10, 2017 · 7 comments

Comments

@happyduong
Copy link

As i mentioned on issue heading.
The quick view popup is blurry.
image

other popup same problem:
image

Is there a way to fix this issue?

@PreciselyAlyss
Copy link
Contributor

Based on this, it should be using the default product image in the quick view modal. Have you tried uploading a higher resolution photo to see if that clears up the problem, @ocvninfo?

@PreciselyAlyss PreciselyAlyss changed the title The quick view popup is blurry Blurry photos in quick view modals Apr 12, 2017
@happyduong
Copy link
Author

happyduong commented Apr 14, 2017

@bc-AlyssNoland Thank for your reply. But what i mean is blurry all the text in the popup.
The popup work fine on Firefox but blurry on Chrome.

@EdFromBJCS
Copy link

@bc-AlyssNoland @ocvninfo I have noticed this as well. The title of this issue is misleading because it is not just pictures, text and other elements are blurry as well. It's subtle, but unmistakable. Looks kind of like the lossy analog picture you get from a VGA-connected monitor. Strange.

@ThemeValeBC
Copy link

@EdFromBJCS I checked on firefox, The quick view popup working correctly. But it is blurry on chrome

@sacr3dc0w
Copy link
Contributor

It would seem that translate(-50%, -50%) is calculating a pixel value on both axes with a decimal place, causing subpixel rendering. One solution could be subtracting 0.5px from the Y-axis. That solved the problem in Chrome and Safari based off my testing.

@happyduong
Copy link
Author

@sacr3dc0w Thank you for this.
But it still blurry when popup resizing.

@PreciselyAlyss PreciselyAlyss changed the title Blurry photos in quick view modals Blurry text and images in quick view modals Jul 6, 2017
@Ubersmake
Copy link
Contributor

Closing this issue as I can no longer reproduce it. There are image-related PRs in #1094, #1096, #1104, and #1358. As some of the comments above mentioned, this could have also been a browser-related bug that's been fixed since this issue was first reported.

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

6 participants