You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the adsManagers should be a property of the AdUi, but since it's accessible via the AdUi.controller.sdkImpl.adsManager, it should be a simple enough fix.
The text was updated successfully, but these errors were encountered:
steevee
pushed a commit
to steevee/videojs-ima
that referenced
this issue
Mar 7, 2018
It appears that resizing should be automatically catered for in the IMA plugin, but think I've spotted a bug in the
v1.x
release preventing it.AdUi.onPlayerResize()
will never resize becauseAdUi.adManagers
does not exist.I'm not sure if the
adsManagers
should be a property of theAdUi
, but since it's accessible via theAdUi.controller.sdkImpl.adsManager
, it should be a simple enough fix.The text was updated successfully, but these errors were encountered: