Skip to content

Commit

Permalink
Merge pull request #8 from sannidhyaroy/docs-loginsplash
Browse files Browse the repository at this point in the history
docs: add login splash screen
  • Loading branch information
fallenbagel authored Aug 1, 2024
2 parents 62f3f23 + a35f0e8 commit b27e528
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ If you are using nginx as a reverse proxy for Jellyfin, replace the "add_header
add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline' https://fallenbagel.github.io ; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";
```

### To enable Jellyfin Splash Screen on Login Page

Add this Custom CSS into `Dashboard > General > Custom CSS`.
```css
#loginPage {
background: url('/Branding/Splashscreen?format=jpg&foregroundLayer=0.35') !important;
}
```
You can also customize the opacity of foreground layer of the splash screen by adjusting the value in the url.

### To enable fanart/logo

- Install the Fanart plugin first
Expand Down

0 comments on commit b27e528

Please sign in to comment.