Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 289 Bytes

AutoImageResizer Plugin

This plugin automatically resize images when they are bigger than the canvas by updating their scale.

You just need to enable the plugin by updating your configuration object:

...,
'auto_image_resizer': {
     'enable': true
 }