![]() |
Help | Adding video as background & rounded edges to all cards - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles) +--- Thread: Help | Adding video as background & rounded edges to all cards (/t-help-adding-video-as-background-rounded-edges-to-all-cards) |
Help | Adding video as background & rounded edges to all cards - Sash - 2025-03-02 I have two questions 1. how can I add/link a custom video as a backdrop using css editor in settings? 2. how can I make the edge of there cards round across the entire pages? I have been trying to use custom poster images which have rounded corners and I want cardImageContainer & cardOverlayContainer to be rounded even when I add border-radius to them they don't load as rounded. It transitions from a square to the rounded when I browse. Look at the corners of the card in this Video. https://ibb.co/9mscZwJT This is what I have so far. Code: /* Global square corners for desktop layout cards and overlays */ I read this, but no information regarding adding a video as a backdrop, and I tried targetting cardImageContainer & cardOverlayContainer. https://jellyfin.org/docs/general/clients/css-customization/#image-edge-rounded |