matthojo / videojs-Background

Allows for videos to be displayed as a full background to any element.
MIT License
77 stars 41 forks source link

preserves any functions previously set to window.onresize #16

Closed fivepapertigers closed 8 years ago

fivepapertigers commented 8 years ago

Hi, I ran into an issue trying to apply multiple background videos on a single page. The initialization worked fine, but on window resizes, only the last video would update it's size. I traced the problem down to the window.onresize call that you were making in your plugin. This update should fix that to allow proper support for multiple videos.

matthojo commented 8 years ago

:+1: Great thank you