prayag17 / JellySkin

Vibrante/minimal Jellyfin CSS using custom Icons and more!!, created for Jellyfin web :film_strip:, can be used by just one line.

Home Page:http://prayag17.github.io/JellySkin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to change background image for LoginPage ?

Oyo95 opened this issue · comments

commented

Hi,

Many thanks for your works !
Is it possible to change the background image for the LoginPage ?
How can i do that ?

Many thanks for your help

You can change the login page background by adding the following code to your custom CSS

#loginPage::after {
    background: url(url to your image);
}