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

Image rerendering behaves differently in browsers #14

Closed
BenjaminBrandmeier opened this issue Jan 3, 2017 · 1 comment
Closed

Image rerendering behaves differently in browsers #14

BenjaminBrandmeier opened this issue Jan 3, 2017 · 1 comment
Assignees
Labels

Comments

@BenjaminBrandmeier
Copy link
Owner

BenjaminBrandmeier commented Jan 3, 2017

On Firefox:
During the switch from a low to a higher quality (via auto detection or manually selected) the images are flickering now.

On Chrome:
The lower quality image is not displayed. Instead the new image is loaded step by step from top to bottom.

@BenjaminBrandmeier BenjaminBrandmeier self-assigned this Jan 3, 2017
@BenjaminBrandmeier BenjaminBrandmeier changed the title Image flickering when reloading Image rerendering behaves differently in browsers Jan 3, 2017
BenjaminBrandmeier pushed a commit that referenced this issue Jan 3, 2017
…en optimal image size. remove polyfill, background-image solution does not need that. #14
@BenjaminBrandmeier
Copy link
Owner Author

resolved by using

  • background-image rather than img tag
  • pre-rendering mechanism implemented

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

No branches or pull requests

1 participant