-
Notifications
You must be signed in to change notification settings - Fork 613
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
Comments
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? |
@bc-AlyssNoland Thank for your reply. But what i mean is blurry all the text in the popup. |
@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. |
@EdFromBJCS I checked on firefox, The quick view popup working correctly. But it is blurry on chrome |
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. |
@sacr3dc0w Thank you for this. |
As i mentioned on issue heading.
![image](https://cloud.githubusercontent.com/assets/3072481/24854951/4910a0c2-1e0a-11e7-8c49-548d987ccc83.png)
The quick view popup is blurry.
other popup same problem:
![image](https://cloud.githubusercontent.com/assets/3072481/24855023/7349e2b8-1e0a-11e7-9aa5-62959dfa27c0.png)
Is there a way to fix this issue?
The text was updated successfully, but these errors were encountered: