Fixed aspect ratio for thumnails to prevent CLS

This commit is contained in:
Corné Dorrestijn 2023-11-21 08:14:45 +01:00 committed by GitHub
parent c5b87e3b5e
commit 16c79f1ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ img.thumbnail {
display: block; /* See: https://stackoverflow.com/a/11635197 */
width: 100%;
object-fit: cover;
aspect-ratio: 16 / 9;
}
.thumbnail-placeholder {