This module provides a filter for the wysiwyg editor to give the ability to apply a contextual crop to the embed_media plugin.
Requirements
Module Media Contextual Crop API
At leat one of the adapters :
Branches
2.1.x
- for Drupal 11
2.0.x
- for Drupal 10.5.3+
- Fully compatible with Media_contextual_crop 2.0.x release
- Add context in embed media, in order to limit ghost crop & images
- Remove all Drupal 9 compatibilities
1.3.x
- Fix compatibility with view_mode choose in media_embed
- Compatible with 1.2.x branch of media_contextual_crop in order to use core responsive_image
Note for 9.x core and legacy Ckeditor :
I have find a "cleaner" way to manage core media_library change between 9.4 and 9.5 when using legacy Ckeditor.
You need to add a patch specific patch to your main composer.json
For core 9.4 :
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.4.patch"
}
}
}For core 9.5+
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"mcc_embed": "web/modules/custom/media_contextual_crop_embed/patch/patch_media_lib_9.5+.patch"
}
}
}No need this patch if you using Ck5 or D10.
1.x to 2.x Update process
- Use Drupal 10
- Upgrade this module to 1.3.3
- Upgrade all media_contextual_crop collection modules on the same row to 2.x
- Run updates
- Carefully read the recommendations on the module media_contextual_crop
how to
You can see an implementation and usage exemple here
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Content editing experience, Media
- Ecosystem: Media Contextual Crop API
47 sites report using this module
- Created by drdam on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.

