🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@nodebb/nodebb-plugin-image-md-size

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodebb/nodebb-plugin-image-md-size

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

latest
Source
npmnpm
Version
0.9.1
Version published
Maintainers
4
Created
Source

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)

Keywords

nodebb

FAQs

Package last updated on 20 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts