diff --git a/src/components/media.jsx b/src/components/media.jsx index a231d63f..2e0db047 100644 --- a/src/components/media.jsx +++ b/src/components/media.jsx @@ -375,7 +375,7 @@ function Media({ const displayNaturalHeight = (naturalHeight * clientWidth) / naturalWidth; const almostSimilarHeight = - Math.abs(displayNaturalHeight - clientHeight) < 2; + Math.abs(displayNaturalHeight - clientHeight) < 5; if (almostSimilarHeight) { setHasNaturalAspectRatio(true);