This is a simple image resize tool for Redactor3 during the original imageResizable option isn't available.
// Update redactor.js, insert following codes at line # 15100.
"resize": {
title: 'Resize',
api: 'plugin.imagecontrol.open',
args: node
}
1: Load this plugin as usual. 2: Add your own codes if needed.
Welcome to fork to improve this plugin, please contact me: justinwang24@yahoo.com.au .
The MIT License (MIT).