Skip to content

NodeBB-Community/nodebb-plugin-image-md-size

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown image sizer

NodeBB plugin allows you to change the size of a markdown image in a post using the @ character. The image is updated automatically in the composer preview.

The syntax is:

![alternative text](http://someurl.com/someimage.png@<size>)

You can change the size in three different ways:

Width and height (doesn't keep aspect ratio):

![alternative text](http://someurl.com/someimage.png@1920x1080)

Percentage (keep aspect ratio):

![alternative text](http://someurl.com/someimage.png@50%)

Width only(keep aspect ratio):

![alternative text](http://someurl.com/someimage.png@200)

About

NodeBB plugin which allows you to change the size of a markdown image in a post using the @ character.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%