diff --git a/src/Content/Image.php b/src/Content/Image.php index 6adfa9dd7..cc2fd5122 100644 --- a/src/Content/Image.php +++ b/src/Content/Image.php @@ -39,7 +39,7 @@ class Image $media = Renderer::replaceMacros(Renderer::getMarkupTemplate('content/image/single_with_height_allocation.tpl'), [ '$image' => $PostMediaImages[0], '$allocated_height' => $PostMediaImages[0]->getAllocatedHeight(), - '$allocated_width' => ($PostMediaImages[0]->previewWidth ?? $PostMediaImages[0]->width) . 'px', + '$allocated_max_width' => ($PostMediaImages[0]->previewWidth ?? $PostMediaImages[0]->width) . 'px', ]); } } else { diff --git a/view/global.css b/view/global.css index f49f8ac5e..ecab5a1c1 100644 --- a/view/global.css +++ b/view/global.css @@ -715,7 +715,6 @@ 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;