• 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 Remove Poster from movie Details

     
    • 0 Vote(s) - 0 Average

    Remove Poster from movie Details

    On3
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #1
    2025-03-08, 09:15 PM
    Hi,

    just looking for a CSS to remove the Big Poster from the detailpage. If i already selected a Movie i dont need the big Poster.

    See screenshot which should be go away.

    Thank u 4 ur Help


    Attached Files Thumbnail(s)
       
    On3
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #2
    2025-03-14, 12:08 PM
    Realy? Noone can orr want to help?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2025-03-14, 01:40 PM
    I'll do some testing when I get home tonight. The PC I'm currently on doesn't allow me to open a dev console.

    In the mean time, you can open a dev console and click on the "elements" tab. If you hover over the post it should show you the name of the element for the poster. Then do something like this for the CSS.

    Code:
    <insert element name for post> {
      display: none;
    }

    If you don't figure it out before I do, I will post later tonight.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #4
    2025-03-14, 07:49 PM
    (2025-03-08, 09:15 PM)On3 Wrote: Hi,

    just looking for a CSS to remove the Big Poster from the detailpage. If i already selected a Movie i dont need the big Poster.

    See screenshot which should be go away.

    Thank u 4 ur Help

    .layout-desktop .detailImageContainer .card {
        display: none;
    }
    On3
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #5
    2025-03-15, 10:20 AM
    (2025-03-14, 01:40 PM)TheDreadPirate Wrote: I'll do some testing when I get home tonight.  The PC I'm currently on doesn't allow me to open a dev console.

    In the mean time, you can open a dev console and click on the "elements" tab.  If you hover over the post it should show you the name of the element for the poster.  Then do something like this for the CSS.

    Code:
    <insert element name for post> {
      display: none;
    }

    If you don't figure it out before I do, I will post later tonight.

    Great, Thanks a lot that helped.
     is there also a way to put Details align left?

    Because where the Poster was is just empty now
    On3
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #6
    2025-03-18, 08:56 PM (This post was last modified: 2025-03-18, 08:56 PM by On3.)
    Someone?
    Please?
    is there also a way to put Details align left?

    Because where the Poster was is just empty now
    Crazzzy DucK
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:Australia
    #7
    2025-03-19, 07:44 PM
    Code:
    .layout-desktop [dir="ltr"] .detailPagePrimaryContainer, [dir="ltr"] .detailPageContent
    {
    padding-left: 10px;
    }
    .layout-desktop .detailImageContainer .card {
        display: none;
    }
    On3
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Germany
    #8
    2025-03-21, 04:19 PM
    (2025-03-19, 07:44 PM)Crazzzy DucK Wrote:
    Code:
    .layout-desktop [dir="ltr"] .detailPagePrimaryContainer, [dir="ltr"] .detailPageContent
    {
    padding-left: 10px;
    }
    .layout-desktop .detailImageContainer .card {
        display: none;
    }

    Worked 100% Perfect
    Thanks a lot.
    « 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