jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

HTML5 video is zoomed when zoomooz.js is included #113

Open stinkysGTI opened 8 years ago

stinkysGTI commented 8 years ago

I have a page that has 2 HTML5 videos on it. When the zoomooz.js file is included on the page, both of them are extremely zoomed in. It doesn't even need to be initialized, just included with my other js files.

I'm using this for initialization: $('.image1, .image2').zoomTarget();

Is there a fix for this, or another way I can go about it so the videos will be ignored?