-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Replacing low-res with downloaded high-res image flickers/flashes on new FireFox #96
Labels
Comments
I have encountered the exact issue before and fixed it by force computing the hi-res image in DOM: kingdido999/zooming#7. Hope it helps. |
@kingdido999 Thanks for sharing! I'll check it out ASAP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is a:
Expected behavior
I expected there to not be a flicker when the the larger image was loaded and replaced the old one.
Actual behavior
What actually happened: it flickers.
Steps to reproduce behavior
Link to repository/example of behavior
link to example
The text was updated successfully, but these errors were encountered: