fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 332 forks source link

Remove dependencies. #40

Closed kruppel closed 9 years ago

kruppel commented 9 years ago

First off, great work.

In reading, noted that zoom.js could at most target IE 9 (given use of transform). With that thought in mind, would you be against making the library independent?

The main risk is entirely dropping support for < IE 10. However, the upshot is that zoom.js should work on its own for most people.

Notes:

fat commented 9 years ago

this is interesting, but i think going the wrong direction… i'd rather see better browser support then worse.

spinningarrow commented 9 years ago

@kruppel: shameless plug, but my fork is perhaps something like what you're looking for: https://github.com/spinningarrow/zoom-vanilla.js? It's this zoom library, without any jQuery dependency.

Btw, really nice work @fat!