내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How AEM DAM Asset renditions are getting used in AEM

Avatar

Level 4

how this renditions are used by Touch UI?

 
1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

In above thread, it is mentioned that you don't see the renditions. There are some OOTB renditions that are generated when an image is uploaded. 
Please see below link for OOTB renditions and check if these are available on your AEM set up. If not please share a screen shot.
https://experienceleague.adobe.com/docs/experience-manager-learn/assets/authoring/renditions.html?la...

원본 게시물의 솔루션 보기

7 답변 개

Avatar

Employee

In different views - like card vieow , list view , column view  etc , you would see the thumbnail , and also in side rail when dragging/dropping assets on pages and many more places you will see use of OOTB renditions. 

 

You can generate custom renditions  / check these renditions in DAM update workflow.

Avatar

Level 4

Sorry, maybe there is something wrong with my statement, what I want to ask is how do I use it in the component. Now I can only see the original assets stored in the dam in the component and can't use the renditions,I want to use the renditions.

Avatar

Employee

This cannot be done through drag/drop directly on the component but in your component logic you can refer to the path of the image rendition e.g. You could add a dropdown with all possible rendition options and based on what is selected in dialog image url is rendered as 

<img src="<dampathofimage>/jcr:content/original">

or<img src="<dampathofimage>jcr:content/<rendition1>" Example :-

/content/dam/June_2022.pdf/jcr:content/original

/content/dam/June_2022.pdf/jcr:content/renditions/cq5dam.web.1280.1280.jpeg

Avatar

Level 4

Yes,I know that. I am wondering a better way to do it.

Avatar

Employee Advisor

Please elaborate on the usecase. 
Asset Renditions and its usage is wide and extensible. So a usecase would help to guide further.

Avatar

Level 4

For example, Can I use rendition instead of original image?

Avatar

정확한 답변 작성자:
Employee Advisor

In above thread, it is mentioned that you don't see the renditions. There are some OOTB renditions that are generated when an image is uploaded. 
Please see below link for OOTB renditions and check if these are available on your AEM set up. If not please share a screen shot.
https://experienceleague.adobe.com/docs/experience-manager-learn/assets/authoring/renditions.html?la...