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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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;