2023-09-04, 02:18 PM
Post this in your ccs for a banner at the top of home screen, refresh browser afterwards. The animated banner looks great in jellyfin.
.sections.homeSectionsContainer::before {
content: '';
display: block;
background-image: url(https://64.media.tumblr.com/tumblr_m492u...1_1280.gif);
width: 90%;
margin: 1em auto 0 auto;
height: 16em;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.sections.homeSectionsContainer::before {
content: '';
display: block;
background-image: url(https://64.media.tumblr.com/tumblr_m492u...1_1280.gif);
width: 90%;
margin: 1em auto 0 auto;
height: 16em;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}