mirror of
https://github.com/iv-org/invidious
synced 2025-11-06 23:40:07 +01: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