brtnshrdr / angular2-image-zoom

An Angular2 Image Zoom Directive
MIT License
22 stars 16 forks source link

v1.2.2 not available on npm #9

Open Matmo10 opened 7 years ago

Matmo10 commented 7 years ago

Hi there @brtnshrdr ,

Thanks for making this zoom module - this is one of the only zoom plugins for for Angular (2+) that works well. I noticed in v1.2.1, the zoomed in image never disappears in IE11 because HTMLImageElement.x and HTMLImageElement.y aren't supported in IE 11. I noticed that the usages of these were swapped with getBoundingClientRect in v1.2.2 (https://github.com/brtnshrdr/angular2-image-zoom/commit/4755ff2d752bb449f4eeae35a8869683eecde476), and I'm wondering if this will fix the issue in IE11.

I'd like to test it, however v.1.2.2 hasn't been pushed to npm. Just wondering if you had any plans to do so in the near future?

Thanks!