We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Images often flash on Safari, especially on iOS Safari
reproduce here
and my blog (which also use medium-zoom)
medium-zoom
expect images to be zoomed smoothly on Safari
The text was updated successfully, but these errors were encountered:
The image in question is very big (4000x2667px), which is likely why the transition is not smooth on mobile.
You can use the srcset attribute on your images so that the browser pick the right resolution based on the screen.
srcset
Sorry, something went wrong.
@francoischalifour it's pretty smooth on android mobile, only went wrong on Safari on iPhone or Mac
No branches or pull requests
Bug description
Images often flash on Safari, especially on iOS Safari
How to reproduce
reproduce here
and my blog (which also use
medium-zoom
)Expected behavior
expect images to be zoomed smoothly on Safari
The text was updated successfully, but these errors were encountered: