ckeditor / github-writer

GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.
https://ckeditor.com/
Other
379 stars 61 forks source link

Image resize feature #355

Open mlewand opened 1 year ago

mlewand commented 1 year ago

📝 Provide a description of the new feature

It would be nice to resize images using handlers in GH Writer.


If you'd like to see this feature implemented, add a 👍 reaction to this post.

mlewand commented 1 year ago

Unless I'm missing something GH flavored markdown doesn't allow for images that have width specified 😥

The way I know we can do it is by outputting raw HTML rather than markdown.

Just do <img src="http://placekitten.com/200/300" alt="Kitten" width="100px">.

Here are some examples:

image

Kitten