Jellyfin Forum
Library card images - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Library card images (/t-library-card-images)



Library card images - rigrig - 2023-06-19

I made some library card images a while ago.
It's simply the library name in the Jellyfin theme gradient.

There are versions of each with both black and transparent(so you get your theme color) backgrounds, and also the GIMP source+instructions on how to make more.
(Hindsight: figuring out SVG gradient texts seems like a much better way to make these)

I also have this custom CSS:
Code:
/* Hide Library card titles (Cards have titles as image) */
#indexPage .section0 .cardText { display: none;  }

Example:
[Image: Jellyfin_screenshot.png]

Edit: created a git repo


RE: Library card images - John - 2023-06-20

Well done with this! Looks great. Thanks for sharing!