Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

AEM Asset Smart Crop Ratio List

Avatar

Community Advisor

I am working on AEM Assets(AEMaaCS) with AEM Sites(AMS), where I have connected AEM Assets to AEM Sites via the Dynamic Media Open API.

I added the Image V3 component to a page, and in the Smart Cropping section, I see a list of ratios. The issue is that this list is coming from the Image V3 component and is hardcoded. However, I want this list to be generated dynamically from AEM Assets.

How can I achieve this?


 

Sady_Rifat_2-1757339724993.png

 


Sady_Rifat_0-1757339218146.pngSady_Rifat_1-1757339608951.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 3

Hi @Sady_Rifat ,

I tried to check it, indeed it is hard coded in the dialog. I would suggest to raise this with Adobe in a support ticket.

 

Thanks!

Avatar

Employee

To make the Smart Cropping ratio list dynamic in your Image v3 component, fetch the smart crop profiles directly from AEM assets dynamic media rather than relying on the hardcoded list. Try querying the asset’s metadata, using either the AEM assets metadata API, the DAM JCR metadata (/content/dam/<asset>/jcr:content/metadata.1.json), or DMwoAPI endpoints. Update your dialog to populate options from these profiles, so authors always see the current smart crops defined in Assets.