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).

Maintainers

Package info

github.com/Vardot/ckeditor_media_resize

Homepage

Language:JavaScript

Type:drupal-module

pkg:composer/vardot/ckeditor_media_resize

Transparency log

Statistics

Installs: 165

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2026-07-20 16:54 UTC

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

  1. Enable the module at Administration > Extend.
  2. 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
    

Maintainers