s-yadav / iv-viewer

A zooming and panning plugin inspired by google photos for your web images.
MIT License
450 stars 163 forks source link

problem with IE #88

Open mykola-shkut opened 4 years ago

mykola-shkut commented 4 years ago

when I include your core to my project in IE I receive error Assignment to read-only properties is not allowed in strict mode util.js (147,1) could you fix it for example changing line utils,js:147 from if (style) wrapper.style = style; to if (style) wrapper.style.cssText = style;

thank you