• 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 Actors' display on detail page

     
    • 0 Vote(s) - 0 Average

    Actors' display on detail page

    HappyCactus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:France
    #1
    2024-06-14, 04:15 PM
    Hi !

    Jellyfin's recent updates have changed the actors' display on the details page (formerly rectangular, now circular). I wish to revert back to rectangles since these circles often crop out those poor actors on whom I added a picture manually. Sadly, CSS (and coding in general) is not my strong suit, and I have attempted to tweak this by myself, but to no avail. Could a kind soul help me out ?

    Thanks in advance!
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-06-14, 04:50 PM
    Which client? Are you using one of the built-in web client themes? Did you previously add custom CSS?
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #3
    2024-06-14, 06:04 PM
    Sound like you might be using one of the built-in themes like Purple Haze
    HappyCactus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:France
    #4
    2024-06-14, 07:08 PM
    I am indeed using the Purple Haze theme (which suits me just fine). I added some slight modifications of my own (mainly to get rid of the purple background so that background pictures can be displayed properly)
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #5
    2024-06-14, 08:10 PM
    (2024-06-14, 07:08 PM)HappyCactus Wrote: I am indeed using the Purple Haze theme (which suits me just fine). I added some slight modifications of my own (mainly to get rid of the purple background so that background pictures can be displayed properly)

    Code:
    #itemDetailPage .personCard .cardScalable {
      border: none !important;
    }

    #itemDetailPage .personCard .coveredImage {
      clip-path: none;
      height: 13em;
      top: -0.5em;
      left: 1.4em;
      width: 9em;
    }

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

    #itemDetailPage .cardOverlayContainer {
      background: transparent;
    }

    That'll rectangularize the cast & crew again
    1
    HappyCactus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:France
    #6
    2024-06-16, 10:41 AM
    (2024-06-14, 08:10 PM)Ted Hinklater Wrote:
    (2024-06-14, 07:08 PM)HappyCactus Wrote: I am indeed using the Purple Haze theme (which suits me just fine). I added some slight modifications of my own (mainly to get rid of the purple background so that background pictures can be displayed properly)

    Code:
    #itemDetailPage .personCard .cardScalable {
      border: none !important;
    }

    #itemDetailPage .personCard .coveredImage {
      clip-path: none;
      height: 13em;
      top: -0.5em;
      left: 1.4em;
      width: 9em;
    }

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

    #itemDetailPage .cardOverlayContainer {
      background: transparent;
    }

    That'll rectangularize the cast & crew again

    Thank you very much !!!
    « 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