• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Custom CSS help

     
    • 0 Vote(s) - 0 Average

    Custom CSS help

    Trying to blur episode preview images of unwatched shows
    Dopedangel
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #1
    2025-02-24, 11:25 AM (This post was last modified: 2025-02-24, 11:27 AM by Dopedangel. Edited 1 time in total.)
    Hi I am trying to blur the preview images of unwatched shows to avoid spoilers.  It is mostly working fine but it is also blurring images on the home page which I do not want as jellyfin already has the option of using default images instead of screen shots so is not needed on the main page. So what should I do so that my code is not applied on the main page.



             
    /* Blur episode preview images ONLY for unwatched episodes (no played indicator) */
    .listItemImage.listItemImage-large.itemAction.lazy:not(:has(.playedIndicator)) {
      filter: blur(10px); /* Adjust blur radius as needed */
    }

       


    The below code is what is bluring the homepage images as well

    /* Blur unwatched episode images, but NOT season posters */
    .card.overflowBackdropCard .cardImageContainer.cardContent.itemAction.lazy.blurhashed.lazy-image-fadein-fast:not(:has(.cardIndicators .playedIndicator)) {
      filter: blur(5px); /* Adjust blur radius if needed */
    }

       
    Crazzzy DucK
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:Australia
    #2
    2025-03-04, 01:06 PM (This post was last modified: 2025-03-04, 01:08 PM by Crazzzy DucK.)
    If you only want things on certain areas, look for the ID of the containers of that section.
    Add : #itemDetailPage
    for the season page

    If you don't want the cards on the homepage to be blurred try;

    #indexPage .overflowBackdropCard .cardImageContainer {
    filter: blur(0px);
    }


    It may need an !important

    What I haven't been able to work out is how to not have the play button blurred as well
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode