Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

5.1.1 css hacks (for plugin versions 2.x)

bbbo edited this page Oct 22, 2016 · 2 revisions

I want to hide the player controls during ad playback

  • use css: .flowplayer.is-ad-visible .fp-ad-container .fp-controls, .flowplayer.is-ad-visible .fp-ad-container .fp-time { display: none;

I want to change the appearance of the "Advertisment" info

  • the default style is: .flowplayer.is-ad-visible .fp-ad-container .fp-brand { right: 90px; width: auto; } .flowplayer.is-ad-visible .fp-ad-container .fp-brand, .flowplayer.is-ad-visible .fp-ad-container .fp-title { color: gold !important; } .flowplayer.is-ad-visible .fp-ad-container .fp-title { opacity: 1; z-index: 1; }
Clone this wiki locally