
Is there any way to disable Non-linear Overlay Ads close button?
Is there any way to avoid user close Non-linear Overlay Ads?
https://support.jwplayer.com/customer/portal/articles/1510784
Is there any way to avoid user close Non-linear Overlay Ads?
https://support.jwplayer.com/customer/portal/articles/1510784
You could possibly use something like this
var overlay = document.getElementById(‘container1_vast’); // id of your overlay container
var images = overlay.getElementsByTagName(‘img’);
images1.style.display = “none”;