Guest Posted May 1, 2020 Posted May 1, 2020 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.
Happy2Play 9780 Posted May 1, 2020 Posted May 1, 2020 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 9780 Posted May 1, 2020 Posted May 1, 2020 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%); }
Guest Posted May 1, 2020 Posted May 1, 2020 HiGreat. I will test the variables yes.Thank you so much again.
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