francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.58k stars 161 forks source link

Images often flash on Safari, especially on iOS Safari #170

Open jay4q opened 3 years ago

jay4q commented 3 years ago

Bug description

Images often flash on Safari, especially on iOS Safari

How to reproduce

reproduce here

and my blog (which also use medium-zoom)

screen-shot

Expected behavior

expect images to be zoomed smoothly on Safari

francoischalifour commented 3 years ago

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.

jay4q commented 3 years ago

@francoischalifour it's pretty smooth on android mobile, only went wrong on Safari on iPhone or Mac