vardot / ckeditor_media_resize
Provides a CKEditor 5 plugin that allows resizing of embedded image media. Vardot fork of drupal/ckeditor_media_resize with Drupal core ~11.4 support (drupal.org issue #3607786).
Package info
github.com/Vardot/ckeditor_media_resize
Language:JavaScript
Type:drupal-module
pkg:composer/vardot/ckeditor_media_resize
Requires
- drupal/core: ^11.2
Replaces
- drupal/ckeditor_media_resize: *
This package is auto-updated.
Last update: 2026-07-20 17:39:37 UTC
README
Provides a CKEditor 5 plugin that allows media to be resized via the WYSIWYG editor.
For a full description of the module, visit the project page.
Submit bug reports and feature suggestions, or track changes in the issue queue.
Requirements
This module requires no modules outside of Drupal core.
Installation
Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
Configuration
- Enable the module at Administration > Extend.
- Add the "Resize media images" filter on a requested text format.
Development / Contributing
Recompiling the theme requires NodeJS.
-
Switch to the module's directory.
-
Install the dependencies:
npm ci -
Compile the plugin
yarn build