• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

Change Fullscreen Button Position

[Solved]

Foliovision › Forums › FV Player › How to … › Change Fullscreen Button Position

  • Nick 8 years, 5 months ago

    Hello,im interested to change the position of the fullscreen button. Bottom right is a much better position and its used in most players.

    Online i have found these code edits.
    http://demos.flowplayer.org/lookandfeel/fs-controlbar.html
    http://flash.flowplayer.org/demos/tools/fake-fullscreen.html

    But i dont know what code i need to apply exactly and where in the plugin or my child theme. Can you help me with that?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Martin 8 years ago

    Hello Nick,

    the first link should work fine. The CSS should be put into your child theme, however the script part is also really important – it should be included in footer after wp_footer() call, or you can put it in a file and load it up using wp_enqueue_script(). Make sure you list ‘flowplayer’ as the script dependency.

    I’ll check in our team if we could add this as an option in our plugin.

    Thanks,
    Martin

    Pádraig Ó Beirn 8 years ago

    Hi Nick & Martin,
    I’m new to Flowplayer (finally migrating from jwplayer who have left WordPress self-hosted users behind since JW6 and after).

    It would be great if having the fullscreen button on the bottom right was added to the Trello board for future integration as an option. In the meantime this is what works for me and I hope it helps…

    I first removed the volume and mute buttons (as I didn’t want them) by placing this in my theme’s functions file at Dashboard > Appearance > Editor > functions.php

    ‘tweak_controlbar_fv_flowplayer_attributes’, 10, 2 );
    function tweak_controlbar_fv_flowplayer_attributes( $attrs ) {
    $attrs[‘class’] .= ‘ no-volume’;
    $attrs[‘class’] .= ‘ no-mute’;
    return $attrs;
    }

    Then add this to your website’s css file at Dashboard > Appearance > Editor > styles.css (or whatever your stylesheet is called). As you can see below, I wanted my fullscreen background button colour green to match my player skin but just change it to whatever you want…

    /*Flowplayer Customisations*/
    /*width of timeline to leave room for fullscreen button*/
    .no-brand.flowplayer .fp-timeline {
    margin-right: 97px!important;
    }
    .no-brand.flowplayer .fp-remaining, .no-brand.flowplayer .fp-duration {
    right: 50px!important;
    }
    /*move fullscreen button to bottom right and change its background colour to green*/
    .flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close
    {
    background-position: 0px -197px!important;
    width: 38px!important;
    bottom:-23px!important;
    z-index: 9999!important;
    top: auto!important;
    right: 8px!important;
    }
    .flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close,.flowplayer .fp-embed{right:0;bottom:0!important;}
    .fp-controls,.flowplayer .fp-title,.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close,.flowplayer .fp-embed,.flowplayer.aside-time .fp-time{background-color:#637746 !important;background-color:rgba(100,120,70,0.65);}

    Eduard 8 years ago
    Avatar photo

    Hi Pádraig,

    This is a great suggestion, thanks! I have added it to the Feature Requests list on our Trello board and we’ll start to work on this in the near future.

    Thank you,
    Eduard

    Alec Kinnear 8 years ago
    Avatar photo

    Hi Pádraig,

    Thanks for the detailed notes. We are in the middle of adding a lot more customisation options for the player interface. First stop is a YouTube style interface (without the annoying ads of course!) for people who have visitors used to that interface.

    Your notes are a good start to further improvements. You may be interested in a long article I published today with ideas on how to improve the WordPress Editor and the WordPress editing experience.

    Much appreciated.

    Alec

    Alec Kinnear 8 years ago
    Avatar photo

    Hi Pádraig,

    Thanks for the detailed notes. We are in the middle of adding a lot more customisation options for the player interface. First stop is a YouTube style interface (without the annoying ads of course!) for people who have visitors used to that interface.

    Your notes are a good start to further improvements. You may be interested in a long article I published today with ideas on how to improve the WordPress Editor and the WordPress editing experience.

    Much appreciated.

    Alec

    Martin 7 years ago

    Hi Fv Player team!

    I just want to say that there is really ONE only thing that I am disappointed with on FV player, I know it might sound ridiculous, but it’s the fullscreen icon that is on top -without an option to display it on the bottom right corner.

    As an ergonomic-idiot-proof-focused designer, I believe most of my users (aged from 9 to 86!) are really used to fullscreen button at the bottom right -as it is on the most widely used players (youtube, iOS and android players etc.) and as it has been for a long time now.
    From observation and feedback on multiple projects along the years, most of our users are missing it when it is on top. They just don’t see it, or won’t even think it does that if they see it (idiot proof I said :). And if they figure it out, same pain goes to exit fullscreen. They won’t look on top and get frustrated.

    I am definitely for change, and really love the improvements and new trends you guys are rolling out with your amazing player, yet on this specific topic I really believe it is a must have for ergonomics having an option to put fullscreen button where people are used to find it.

    We (believe) we have beautiful content, and really want people to experience it in fullscreen. Too bad if most users are missing the button :-p

    Thank you for considering!! Love FV player!

    Evélina

    Lucia 7 years ago

    Hi Evelina!

    Thank you for detail description why you find the right bottom corner for fullscreen button better solution. We will now again revisit the option of changing position of the control with the team as new player is out.

    I will keep you posted.

    Thanks,
    Lucia

    Martin 7 years ago

    Hello Evélina,

    next release of FV Player will come with a “Controlbar Fullscreen” setting for the custom skin which will move it to the control bar. It will also be also set that way in the Youtuby skin preset.

    Thanks,
    Martin

    Martin 7 years ago

    Hi Martin,

    Wow, thank you so much for being so attentive to the needs of your users! I really love how your team gets involved in the thinking of new features.

    I am very happy that this option will be available in next version! Thank you.

    PS: would love having it as an option in default skin too (sooo neat) but I understand if it doesn’t makes sense from other standpoints.

    THANK YOU!!!

    Evélina

Viewing 9 replies - 1 through 9 (of 9 total)
Reply To: Change Fullscreen Button Position



Please Sign in or Register to upload files.

Related Posts

  1. How do I change the position of the play button?

    How do I change the position of the play button?

  2. Moving the fullscreen button onto the control bar

    Moving the fullscreen button onto the control bar

  3. Issue getting back from fullscreen

    Issue getting back from fullscreen

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!