Jump to content

About the image of Minha Media - EmbyServer 4.4.2.0


Recommended Posts

Posted

Hi,

 

I use an identical custom image for all my libraries and I would like to go back to using Emby's default dynamic images, however, I would like to include the library title inside the image, in the dark bottom, as the example of the image below.

 

In fact I would like to be able to edit the titles with custom fonts, but if only the title with standard Emby fonts is possible I would be happy.

 

Thanks for any tips.

 

5eab7c3422a60_Screenshot.png

Happy2Play
Posted

Since Emby does not overlay library titles on dynamic library images it would only be accomplished by possible styling the "cardText" element.

 

Will test come CSS in a bit.

Happy2Play
Posted

Could have lots of scaling variable issues.
 
Quick and dirty using existing Emby title card
 

div.section0 .smallBackdropCard {
    width: 20%;
}

div.section0 .cardText {
    position: absolute;
    width: 100%;
    top: 0;
}

div.section0 .cardTextActionButton {
    font-weight: bolder;
    font-size: xx-large;
    margin-top: 30px;
    color: dodgerblue;
    background: radial-gradient(farthest-corner at 50% 50%,rgba(30,30,30,.5) 50%,#2c2c2c 100%);
}

5eab8c6788e8d_test.jpg

Posted

Hi
Great. I will test the variables yes.
Thank you so much again.

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