Enforcing automatic height for images in the template
This commit is contained in:
parent
f0d080b0be
commit
ce3ec10c95
|
@ -124,7 +124,7 @@ pre {
|
|||
}
|
||||
img, figure, video, iframe {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue