encounterplus / module-packer

EncounterPlus Module Packer
Creative Commons Zero v1.0 Universal
49 stars 7 forks source link

[Request] Add support for custom image sizes #6

Closed AceDetectivePuff closed 4 years ago

AceDetectivePuff commented 4 years ago

Markdown example:

![Image Caption](/image/location.png width=500 height=100)

That's the standard for setting the max-width to be 500, and the max-height to be 100. If either of those values are unset, the default is "auto". If both are set, then the image resizes to fit both values.

jacobjohnston commented 4 years ago

This has now been implemented in 0.9.3 :-)

The readme now explains the use under the "Images" section.