francoischalifour / medium-zoom

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

Use the dialog element to display images #210

Open jahirfiquitiva opened 5 months ago

jahirfiquitiva commented 5 months ago

I like the approach used by react-medium-image-zoom where it uses the dialog html element.

Implementation

This is the code that react-medium-image-zoom uses:

Shot 2024-01-15 at 14 51 27@2x

francoischalifour commented 5 months ago

That's nice, indeed! This is more accessible.

Would you like to open a pull request?

jahirfiquitiva commented 5 months ago

@francoischalifour I may try, but can't promise 😬