Don't resize embedded images with explicit dimensions, fixes #470

This commit is contained in:
Alex Gleason
2021-05-11 14:55:12 -05:00
parent f5441f30bc
commit 0ee767788d

View File

@ -56,7 +56,7 @@
}
/* Markdown images */
img:not(.emojione) {
img:not(.emojione):not([width][height]) {
width: 100%;
height: 285.188px;
object-fit: contain;