Jump to content

Help with code


igeoorge
Go to solution Solved by Happy2Play,

Recommended Posts

igeoorge

 

This code is meant to make cast and crew round, but if you don't have an actor / actress image it doesn't work.

 

Do you know why make the problem?

 

 

 

 

#castContent .card.portraitCard.personCard.card-hoverable.card-nofocustransform.card-withuserdata {

   width: 3.7cm;

   font-size: 80% !important;

}

#castContent .card.portraitCard.personCard.card-nofocustransform.card-withuserdata {

   width: 3.7cm;

   font-size: 80% !important;

}

#castContent .card.overflowPortraitCard.personCard.card-nofocustransform.card-withuserdata {

   width: 3.7cm;

   font-size: 80% !important;

}

#castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy {

   background-size: cover !important;

   border-radius: 1.7cm;

}

#castContent .cardScalable {

   width: 3.1cm !important;

   height: 3.1cm !important;

   border-radius: 1.7cm;

}

#castContent .cardOverlayContainer.itemAction {

   border-radius: 1.7cm;

}

#castContent .cardOverlayButton-br {

   bottom: 4%;

   right: 15%;

   width: 70%;

}

#castContent .cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light {

   width: 50%;

   vertical-align: middle;

}

#castContent .cardOverlayButton.cardOverlayButton-hover.itemAction.emby-button {

   width: 50%;

   vertical-align: middle;

}
Edited by igeoorge
Link to comment
Share on other sites

  • Solution
Happy2Play

You have a couple options

 

change/add

#castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy

to

#castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy, #castContent .defaultCardBackground

or change that line to

#castContent .cardContent-button
Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

igeoorge
It worked very well with this one.
 

 

Thank you.

 

#castContent .cardContent-button.cardImageContainer.coveredImage.cardContent.cardContent-shadow.itemAction.lazy, #castContent .defaultCardBackground

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...