I'm trying to understand where I can access the static URL's of renditions in AEM. I've read its an "additional details" button, but I don't see this option. The assets are published. Shouldn't every rendition have its own URL on the media server?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@Sverdoor Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
The static renditions are stored under jcr:content/renditions
That would cover the report. Is there any way to see these URLs for static media within the user interface?
Views
Replies
Total Likes
Hi @Sverdoor,
Navigate to the particular asset and select the option at left hand side and select the Rendition option which will show all the generated renditions. From the same screen, you can also visualize all the image preset renditions configured for the scene7 as well.
Hi,
Thank you. What I'm needing are the URLs of these static rendition images from the AEM CDN. Does this need to be a custom configuration? Or does AEM do that out of the box? If I need to set it up, how is that accomplished?
Views
Replies
Total Likes
Hi @Sverdoor
These static renditions are generated OOB and you can form the URL of these images which gets created in the jcr:content/renditions node. For example, like this URL would be accessible through CDN as well.
If I wanted the UI to display these CDN URLs. Is that a custom set up or out of the box?
Additionally, how would I get these URLs to show up in a report? What field is that in the report? They currently are not showing up.
Views
Replies
Total Likes
There is no OOB to display these CDN URLs. You would need to customization.
For your report generation, you can generate the report of assets and add the additional renditions portion on that URL bsed on excel append rule jcr:content/renditions/cq5dam.thumbnail.140.100.png
Views
Replies
Total Likes
@Sverdoor Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes