• 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 General Questions Cover

     
    • 0 Vote(s) - 0 Average

    Cover

    Primär Cover Size
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #1
    2025-10-29, 09:51 PM (This post was last modified: 2025-10-31, 10:16 PM by Snipy2k4. Edited 1 time in total.)
    Hi,

    I have the following problem:

    When I want to change the primary cover for a movie or series or season and a cover has dimensions of 1000 × 1426, as is often the case with TMDB, Jellyfin cuts off part of the left and right edges when replacing it, so that the image is not displayed in full in the overview.

    How can I prevent this?

    I currently have version 10.10.7 installed, and it doesn't matter whether I'm watching via the browser, the Windows app, the LG TV app, or FireTV. The covers are always scaled incorrectly, so that something is missing on the sides.


    Regards, Snipy2k4


    Attached Files Thumbnail(s)
       
    Jarrod Jaiz
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #2
    2025-10-30, 07:39 AM
    Not really related to the topic you asked. But what application or software do you usually use to design cover photos?
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #3
    2025-10-30, 07:47 AM
    (2025-10-30, 07:39 AM)Jarrod Jaiz Wrote: Not really related to the topic you asked. But what application or software do you usually use to design cover photos?

    I don't create images myself; I take them from TMDB.
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #4
    2025-10-31, 10:16 PM
    Does anyone have any idea how I can fix this?
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #5
    2025-11-07, 06:24 AM
    It can't be that I'm the only one who notices this and no one has a solution?!
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #6
    2025-11-13, 09:36 PM
    I think it's a shame that no one wants to or can help.
    Ted Hinklater
    Offline

    Member

    Posts: 194
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #7
    2025-11-13, 11:31 PM
    Code:
    #itemDetailPage .detailImageContainer .card.portraitCard img,
    #itemDetailPage .detailImageContainer .card.portraitCard .cardImageContainer {
        object-fit: contain !important;
        width: 100% !important;
        height: 100% !important;
        background-size: contain !important;
        background-position: center !important;
    }

    #itemDetailPage .detailImageContainer .card.portraitCard .cardBox:not(.visualCardBox) .cardPadder {
    background-color: transparent;
    }

    Can you give that a try? It should force posters (portraitCard) to show their full width. Currently it crops the sides if they're not tall enough.
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #8
    6 hours ago
    I can try that if you tell me which file I need to put it in.

    Does that count for the main and series covers?

    Thank you
    Ted Hinklater
    Offline

    Member

    Posts: 194
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #9
    5 hours ago
    It should target all tall covers ("portraitCard") on the item detail page.

    You just go to your Dashboard > Branding > CSS, and paste that code in, and click Save at the bottom
    Snipy2k4
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #10
    2 hours ago
    This does not work for the overview on the main page and in the libraries.

    However, it does work if you click on the series, then it no longer cuts off the edges.
    « 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