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

merge-requests/496/head
Alex Gleason 3 years ago
parent f5441f30bc
commit 0ee767788d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save