-
Hi,
How to remove forward/backward option?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
Foliovision › Forums › FV Player › How to … › How to remove forward/backward option
Hello Bharathi,
we don’t have plans to add all the player controls settings for each individual player as it would make it all too complex. On the other hand providing a global set of presets which you could configure (one preset for a full-featured player, other for a player with a bare minimum control bar) and choose from would be a nice feature.
Are you asking about the prev/next playlist item buttons? These currently just appear all the time as it works that way in the YouTube player and people are used to it. But you can still hide it with CSS:
.flowplayer .fp-controls .fv-fp-prevbtn, .flowplayer .fp-controls .fv-fp-nextbtn { display: none }
If you find these rules have lower priority than our plugin CSS, then just add some ID selector at the start of these selectors – you will need some basic CSS knowledge for that.
Thanks,
Martin