I have a video collection. Each video gets its own page. Below the main video are thumbnails of related videos.
I’m using a grid for the thumbnail section. My grid is set up with 225px/1FR, with height limits for each cell’s content. It works great when there are 4 or more thumbnails. It looks weird when there are fewer than 4 since the 1FR horizontally stretches the thumbnails to fill the space.
Is there a way I can set a maximum width for my thumbnails if the count is lower than a certain number?
Example 1 (this looks right)
Read-only link for Example 1
Example 2 (this looks wrong)
Read-only link for Example 2