-
We have a custom logo set, but at the size we put it in, while perfect for desktop, it was too big for mobile viewing (taking up too much screen). Can we set the logo for desktop and another specific for mobile viewing? Please advise and thanks!
Foliovision › Forums › FV Player › How to … › responsive logo?
Hi Adam,
No, I’m afraid not at this point (although you could probably put in a patch with CSS). I’ll think about this one, but I’d suggest our users are better off with a single compromise size than adding yet another preference to worry about.
Feel free to send in some screenshots to change my mind though.
Making the web work for you, Alec
I am fine with that – if you can pass on any info that would be greatly appreciated. Frankly I am shocked this hasn’t been addressed before. The logo really takes over the screen in media, but on desktop it’s absolutely fine. But cutting the logo to half size made the desktop view way too small. Thank you!
Hello Adam,
you can use the following CSS and put it into your mobile theme CSS, just adjust the px value as required:
.flowplayer .fp-logo {
width: 50px;
}
If your theme is responsive, you have to put in the right media query for your mobile site. Something like this:
@media only screen and (max-width: 400px) {
.flowplayer .fp-logo {
width: 50px;
}
}
I see that we could put this into our plugin, but I’m not sure how would we handle the logo dimension, which depends on the image size.
Thanks,
Martin
Hi Martin,
I’d like to see some examples of how the logo doesn’t work in mobile and desktop. What I’d recommend is to use a logo size which is small enough to look okay on mobile but is still visible in desktop.
With the right examples, then we could automate making the mobile version half the size rather than putting people through the pain of using two logos.
Making the web work for you, Alec
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.
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.
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!
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!