standardnotes / markdown-basic

[Moved to https://github.com/standardnotes/app] A basic Markdown editor for Standard Notes
https://standardnotes.com
GNU Affero General Public License v3.0
11 stars 12 forks source link

Preview mode seems to scale up small images #13

Closed moughxyz closed 5 years ago

moughxyz commented 5 years ago

(Source image is 64x64)

slack-imgs

DavBE commented 5 years ago

I believe it must be caused by the stylesheet : https://github.com/sn-extensions/simple-markdown-editor/blob/master/app/stylesheets/main.scss#L98

btw is it the correct way to link to code in comment ?

moughxyz commented 5 years ago

Ah yeah, that must be it. I was trying to say max-width really, because large images were overflowing.