MailOnline / videojs-vast-vpaid

video.js vast plugin
MIT License
296 stars 232 forks source link

Requesting removal of style="margin:0;padding" from body element in videojs_5.vast.vpaid.min.js #320

Open krishna555 opened 5 years ago

krishna555 commented 5 years ago

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

HTML element.

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.