-
How to hide the logo at the beginning of the video before playing
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › How to … › How to hide the Logo on Splash image
Hello Sukarto,
if you use your own logo you can use this CSS:
.flowplayer.is-splash .fp-logo { display: none; }
More information about CSS customization can be found here: https://foliovision.com/player/advanced/css-tips-and-fixes
Thanks,
Martin