2024-07-29, 08:55 PM
(This post was last modified: 2024-07-29, 09:11 PM by TheDreadPirate. Edited 1 time in total.)
You could use css to replace the "splashLogo" with something else. This is the default.
Or you could replace this container path with a custom image.
/jellyfin/jellyfin-web/assets/img/banner-light.png and /jellyfin/jellyfin-web/assets/img/banner-dark.png.
Code:
{.splashLogo{background-image:url(assets/img/banner-light.png)}
Or you could replace this container path with a custom image.
/jellyfin/jellyfin-web/assets/img/banner-light.png and /jellyfin/jellyfin-web/assets/img/banner-dark.png.