Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

1 Community Answers

George

JW Player Support Agent  
0 rated :

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”;

This question has received the maximum number of answers.