Jump to content

Smaller images


jimmy1987
Go to solution Solved by Happy2Play,

Recommended Posts

jimmy1987

Just start testing with Emby after Plex and I'm wondering how I can get smaller images (the pictures under continue watching, the shows pictures etc). I like the default clean interface however I would like a bit less of the in your face images.

Link to comment
Share on other sites

Happy2Play

Do you have an example but yes, the specific section on Home Screen can be targeted?  They are already scaled to resolution.

image.png.8ae9ab90651cd09e21fac232c0a985ee.png

Link to comment
Share on other sites

  • Solution
Happy2Play

So you want to scale all images?

I do this

/*My Media card size*/
@media (min-width: 100em)
{.smallBackdropCard {
    width: 13vw;}
}

/*Portrait card size*/
@media (min-width: 100em)
{.portraitCard, .overflowPortraitCard {
    width: 9vw;}
}

/*Backdrop card size*/
@media (min-width: 100em) {
	.backdropCard {
    width: 15vw;}
}

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...