Limit width of height allocated image to parent width

This commit is contained in:
Hypolite Petovan 2023-10-07 06:09:52 -04:00
parent 182a3a4663
commit b8ead0539f
1 changed files with 1 additions and 0 deletions

View File

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