From 0ba871e449bd9e720c080c04c31f7cf692257893 Mon Sep 17 00:00:00 2001 From: Andrew Bloyce Date: Fri, 21 Feb 2025 14:46:10 +1000 Subject: [PATCH] Make img a block element --- view-transitions/mpa/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view-transitions/mpa/styles.css b/view-transitions/mpa/styles.css index 910dbc42..a8babfb7 100644 --- a/view-transitions/mpa/styles.css +++ b/view-transitions/mpa/styles.css @@ -11,6 +11,7 @@ body { } img { + display: block; width: 100vw; height: 100vh; object-fit: cover;