Hi all,
In Image component v2 dynamic media smart crop is not working with any rendition in AEMaaCS.
AUTO or a custom one.
After checking renditions image is not visible.
After selecting :-
Image presets are working fine.
Any suggestions will be helpful
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @lone_Ranger
Please use the V3 Image Component and ensure you're using the latest compatible Core Components Versions [1].
Also :
> Within Page Policy add the "core.wcm.components.image.v3" clientlibs.
> Within Template, for Image (Core Component) - select policy – and check "Enable DM Feature".
[1] https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/versions
Views
Replies
Total Likes
Hi @lone_Ranger ,
Try below steps:
{
"cq:policy": {
"features": [
"smartCrop",
"dynamicMedia"
],
"components": [
"core/wcm/components/image/v2/image"
]
}
}
5. Dispatcher/CDN Caching Issue
Sometimes Smart Crop URLs are not rendered properly due to caching issues:
- Try appending ?v=2 or ?cache_buster=timestamp to bypass CDN.
- Or temporarily disable caching to test.
6. Smart Crop URL Verification
Check the HTML output or network tab in browser:
- The <img> tag src should point to a Dynamic Media URL like: https://<your-dm-endpoint>/is/image/<asset-name>?cropParams
If it's blank or broken, Smart Crop rendition is missing or not linked properly.
7. Reprocess the Asset (if needed)
If nothing works:
- Unpublish the image from Dynamic Media.
- Reupload and reprocess it.
- Apply Smart Crop manually again.
- Republish.
Verification
Once all is set:
- Select Smart Crop + Auto in the image config.
- The image should render via a DM URL, cropped accordingly.
Regards,
Amit
Views
Replies
Total Likes
Hello @lone_Ranger
Please use the V3 Image Component and ensure you're using the latest compatible Core Components Versions [1].
Also :
> Within Page Policy add the "core.wcm.components.image.v3" clientlibs.
> Within Template, for Image (Core Component) - select policy – and check "Enable DM Feature".
[1] https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/versions
Views
Replies
Total Likes
Thank you! image is visible now but smart crop auto is not working, it is always picking "small" rendition
Views
Replies
Total Likes
@lone_Ranger Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies