From: Hypolite Petovan Date: Sat, 7 Oct 2023 10:09:52 +0000 (-0400) Subject: Limit width of height allocated image to parent width X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8ead0539f27c4ea816ff535aa19261f90464e6f;p=friendica.git Limit width of height allocated image to parent width --- diff --git a/view/global.css b/view/global.css index ecab5a1c15..f49f8ac5e2 100644 --- a/view/global.css +++ b/view/global.css @@ -715,6 +715,7 @@ figure.img-allocated-height { position: relative; background: center / auto rgba(0, 0, 0, 0.05) url(/images/icons/image.png) no-repeat; margin: 0; + max-width: 100%; } figure.img-allocated-height img{ position: absolute;