[ Video Sharing CMS v4 ] Disable Video overlay ads on Mobile

Started by imranw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

imranwTopic starter

hi, do you guys know how to disable video overlay ads for mobile devices? Which file has the code for overlay ads? Thanks
  •  

Marius P.

Hi! In jplayer or floating?

You can try a css hack, like:

@media(max-width:800px) {
.plAd, .bAd, .floating-video-ad {
display:none!important;
opacity:0!important;
}
}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

imranwTopic starter

  •  

Similar topics (7)