Merge pull request #13516 from MrPetovan/2023.09-rc

Revert "Merge pull request #13512 from MrPetovan/bug/13506-allocated-width"
This commit is contained in:
Hypolite Petovan 2023-10-07 12:48:13 -04:00 committed by GitHub
commit 560e297274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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;