Limit width of height allocated image to parent width
This commit is contained in:
parent
182a3a4663
commit
b8ead0539f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user