Skip to content

Feature Request - Option to disable Backdrops on Navigation pages #72

@kiekan88

Description

@kiekan88

Was wondering if it would be possible to add some optional CSS code to disable the backdrops feature on the main page or when navigating through libraries. This way the backdrops only populate on the individual TV Show or Movie listings.

I have seen that some have requested this feature here: https://features.jellyfin.org/posts/1302/setting-to-disable-backdrops-on-certain-pages

And the effect was accomplished by using the following code:

body.withSectionTabs div.backdropContainer {
display: none;
}

When trying this, though, it results in a solid black background. Is there any way to accomplish this and retain the standard "#101010" background for this theme?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions