• 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 Wrap Search Results

     
    • 0 Vote(s) - 0 Average

    Wrap Search Results

    GayMan420
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United States Virgin Islands
    #1
    2025-08-28, 03:29 PM
    Is it possible to wrap search results?
       
    I understand this space will be used if other data is available (as show below), but is there anyway to force the Jellyfin to wrap episodes/movies?
       
    bitmap
    Offline

    Community Moderator

    Posts: 1,058
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #2
    Yesterday, 01:15 AM
    May be possible with custom CSS, but not by enabling a setting.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    SethBacon
    Offline

    Member

    Posts: 83
    Threads: 8
    Joined: 2023 Nov
    Reputation: 8
    Country:Canada
    #3
    Yesterday, 06:53 AM (This post was last modified: Yesterday, 07:00 AM by SethBacon. Edited 2 times in total.)
    To display all the search results wrapped on one page without having the carousels, add this to your custom CSS field:

    /* --- Fully unpack the carousel search results (Movies, Shows, Episodes, People) --- */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller {
    overflow-x: visible !important;
    overflow-y: visible !important;
    white-space: normal !important;
    }

    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller .itemsContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;

    white-space: normal !important;
    transform: none !important;
    width: 100% !important;
    }

    /* Normalize cards to flow cleanly in rows */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scroller .itemsContainer .card {
    flex: 0 0 auto !important;
    margin: 0.5em !important;
    }

    /* --- Hide scroller chevrons in search results --- */
    .page.libraryPage.allLibraryPage.noSecondaryNavPage .emby-scrollbuttons {
    display: none !important;
    }
    1
    « 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