gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

VPAID is not resized correctly #76

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

VPAIDWrapper dimensions are assigned on creation by looking at its container dimensions. In some setups, the container might not be visible when the container is created, which results on the VPAID not getting the right dimensions, this breaks the clickable area and probably prevents the unit from properly firing events, as it may think that it is not visible.

edrpls commented 4 years ago

Fixed on 1.7.1 #77