Skip to content

Instantly share code, notes, and snippets.

@siniradam
Last active June 4, 2025 15:57
Show Gist options
  • Save siniradam/5225cf495f02f7234dd5e9ce923fe479 to your computer and use it in GitHub Desktop.
Save siniradam/5225cf495f02f7234dd5e9ce923fe479 to your computer and use it in GitHub Desktop.
Changing Youtube's thumbnail count per row

Fixing Youtube's 3 Item in a Row quirk

I was dealing with this weird youtube problem, on my huge display youtube displays 3 huge thumnails per row. In order to fix this you can use this css code below.

You can use this with something like tamper monkey, Stylebot, or like me ARC's Boost feature.

ytd-rich-grid-renderer {
    --ytd-rich-grid-items-per-row:4 !important;
}

arc, boost, cpu-benchmark, user-scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment