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
The issue is that the style="margin:0,padding" does not allow usage of slot element to bind click event listeners. Most VPAID JS bind click event listeners to the
The issue is that the style="margin:0,padding" does not allow usage of slot element to bind click event listeners. Most VPAID JS bind click event listeners to the
Refer https://googleads.github.io/googleads-ima-html5/vpaid/linear/VpaidVideoAd.js to verify that VPAID JS append click listeners to slot element and not the video slot element. Hence, kindly remove this styling CSS property.
The text was updated successfully, but these errors were encountered: