Jellyfin Forum
How to get rid of chapter overlay for trickplay - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How to get rid of chapter overlay for trickplay (/t-how-to-get-rid-of-chapter-overlay-for-trickplay)



How to get rid of chapter overlay for trickplay - mrcoffee - 2025-04-22

I've added trickplay images by keyframes but I am finding it hard to see the trickplay images when scrolling due to the dark grey chapter overlays on the trickplay images. Can I get rid of these? I don't care anything about chapters when watching a movie. 


Thank you guys for the help


RE: How to get rid of chapter overlay for trickplay - theguymadmax - 2025-04-23

Apply this CSS customization : https://jellyfin.org/docs/general/clients/css-customization/
Code:
.chapterThumbTextContainer{ background:none; }