ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
173 stars 22 forks source link

Feature Request: Image scaling down display mode #130

Closed kiyoka closed 1 year ago

kiyoka commented 1 year ago

Captured images are sometimes too large and distracting for text editing. I am trying to find an image size that is easy to edit in WYSIWYG mode. In VSCode webview, it seems to be a good idea to use the max-width style of img. For example, max-width: 50%;

If it works, I will send a pull request.

110 could also be partially resolved.