francoischalifour / medium-zoom

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

IE11 Support? #26

Closed NewJenk closed 6 years ago

NewJenk commented 6 years ago

Great script!

But it doesn't seem to be working on IE11; also displaying this message in the console log: Exception thrown and not caught

Do you plan to support it?

francoischalifour commented 6 years ago

Hi! This lib is taking advantage of modern browser features. I don't have the tools and desire to support IE11, sorry!

If you need to support IE11, you may want to polyfill these 2 methods:

Please keep in mind that I might release new features introducing new incompatibilities with old browsers.