From 96b983513be9c1c2efea22be5120b06148ea6207 Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Wed, 1 Mar 2023 21:27:07 +0100 Subject: [PATCH] Update base.css --- base.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/base.css b/base.css index cb81842..7a7961d 100644 --- a/base.css +++ b/base.css @@ -38,7 +38,6 @@ img, svg, video, canvas { max-width:100%; max-width:-moz-available; max-width:-webkit-fill-available; - max-width:stretch; object-fit:cover; height: auto; } @@ -46,7 +45,6 @@ audio, video, iframe { width: 100%; width:-moz-available; width:-webkit-fill-available; - width:stretch; } video { background-color:#aaa; } script, style {