-
Notifications
You must be signed in to change notification settings - Fork 113
Resize
Srdjan Djenader edited this page Nov 30, 2017
·
1 revision
plugins: [
'Resize'
]
.redactor-drawer-resizer .resizer-box {
height: 10px;
width: 10px;
background: rgb(92, 92, 92);
cursor: nwse-resize;
}
- Configuring the plugin is currently not supported using DrawerJs' configuration system.
- However, you can customize the resizer box in the lower right corner of the DrawerJs container by overwriting the CSS rule shown in the above sample.
Getting Started
Plugins
-
Drawing Tools
-
Drawing Options
-
Advanced Configuration
Redactor Plugin Specific
DEMO