Guest Posted September 9, 2021 Posted September 9, 2021 Hi, Is it possible to use CSS or HTML to reduce the size of the images in the "Continue watching" menu? Thanks in advance.
Happy2Play 9441 Posted September 9, 2021 Posted September 9, 2021 You mean something like the? Remember it is dependent on what section you have Continue Watching in on your Home Screen settings. div.homeSectionsContainer div.section1 .backdropCard {width: 10%} Note Home Screen sections is actually one off of the coded sections, 1=0, 2=1 and so on.
Guest Posted September 10, 2021 Posted September 10, 2021 (edited) Hi, very grateful for the code. In my case it's "section0" Something strange happens to him. If I have only one image in Keep Watching, Emby will accept any percentage number applied (10%, 15% etc) but if I have multiple images in Keep Watching, no matter what percentage number applied, the image becomes gigantic. Edited September 10, 2021 by CarlosLima
Solution Happy2Play 9441 Posted September 10, 2021 Solution Posted September 10, 2021 Not sure as I can not reproduce this and that is what Emby uses to control the sizes depending on width. But just use a something different then "%". (10em, 150px, 10vh, 25ex) there are many units to choose from. 1
Guest Posted September 11, 2021 Posted September 11, 2021 Thank you so much: With "10em" perfect work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now