2023-09-02, 08:22 PM
Can someone post the css for a banner at the top of the home screen ? Thanks.
2023-09-02, 08:22 PM
Can someone post the css for a banner at the top of the home screen ? Thanks.
2023-09-02, 09:23 PM
I figured it out.
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; }
2023-09-04, 02:43 PM
Most people would probably like something like this in their css.
.sections.homeSectionsContainer::before { content: ''; display: block; background-image: url(https://cmx-assets-01.s3.us-east-2.amazo...31fdd.jpeg); width: 100%; margin: 0em auto 0 auto; height: 27em; background-repeat: no-repeat; background-size: contain; background-position: center; }
2024-10-01, 06:59 AM
Can you do that with a folder with images instead of one url?
4 hours ago
Is there a way to make these interactive?
4 hours ago
(4 hours ago)keklol Wrote: Is there a way to make these interactive? https://forum.jellyfin.org/t-featured-content-bar |
|
|