mirror of
https://github.com/iv-org/invidious
synced 2025-09-04 12:31:05 +02:00

Force the thumbnails aspect ratio to 16/9 in order to prevent Cumulative Layout Shifting (CLS) from hapenning during lazy loading. It also fixes the problematic, taller thumbnails that Youtube returns for playlists. Closes issue 4002