Skip to content

Fix/playlis thumbanils - #4277

Open
FaiziNerd wants to merge 3 commits into
code-charity:masterfrom
FaiziNerd:fix/playlis-thumbanils
Open

Fix/playlis thumbanils#4277
FaiziNerd wants to merge 3 commits into
code-charity:masterfrom
FaiziNerd:fix/playlis-thumbanils

Conversation

@FaiziNerd

@FaiziNerd FaiziNerd commented Aug 10, 2026

Copy link
Copy Markdown

Summary

Problem

Setting Thumbnail Size to Small worked on channel video grids, but search playlist thumbnails stayed at the default size.

Root cause

Thumbnail size CSS mainly targeted ytd-rich-grid-renderer (channel/home). Search/playlist still relied on legacy ytd-video-renderer ytd-thumbnail / ytd-compact-video-renderer ytd-thumbnail only, so playlist cards and newer thumbnail elements were ignored.

Changes

  • Search: size ytd-video-renderer and ytd-playlist-renderer thumbs, including yt-thumbnail-view-model / lockup image nodes
  • Playlist pages: size ytd-playlist-video-renderer (and panel) thumbnails
  • Related sidebar: also cover modern lockup thumbnails

Test plan

  • Set Thumbnail Size to Small
  • Channel videos still look small while scrolling
  • Search results: video thumbs are small
  • Search results: playlist card thumbnails are small
  • Open a playlist page → list thumbnails are small
  • Set back to Default → layout returns to normal YouTube sizes

Closes #4248

FaiziNerd and others added 3 commits August 11, 2026 03:11
…ity#4254)

Learn AI disclosure labels on watch/Shorts, remember video IDs, and hide those items site-wide like other feed filters.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞Playlist Thumbnails aren't registered as Thumbnails

1 participant