Don't resize embedded images with explicit dimensions, fixes #470
This commit is contained in:
parent
f5441f30bc
commit
0ee767788d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
/* Markdown images */
|
||||
img:not(.emojione) {
|
||||
img:not(.emojione):not([width][height]) {
|
||||
width: 100%;
|
||||
height: 285.188px;
|
||||
object-fit: contain;
|
||||
|
|
Loading…
Reference in a new issue