googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
450 stars 284 forks source link

use fluid and aspectRatio option with videojs-ima it is display wrong position #1135

Closed OSS98 closed 5 months ago

OSS98 commented 8 months ago

when i use fluid option with videojs-ima it is display wrong position

this fluid and aspectRatio option that i set up

image

the ima ads is on under of my video component

image

how can i fix this issue?

Kiro705 commented 8 months ago

Hello @OSS98 ,

Thank you for raising this issue. Would you be able to share more details on exactly how to reproduce the issue? I tried adding the highlighted options, but did not see the same behavior:

fluid: true,
aspectRatio: '16:9',

I would recommend taking one of the demo apps, then listing all changes needed to reproduce the issue.

Thank you, Jackson IMA SDK team