Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Enabling Smart Imaging for Custom Components

Avatar

Level 1

Hi all,

 

We created some custom List Component that sorts items based on a custom property value.

We're trying to enhance image delivery performance by enabling Adobe Dynamic Media's Smart Imaging technology for these components.

 

Up to now, we have created a service that retrieves the full Dynamic Media Scene 7 URL of the image asset and passes it as the src attribute to the <img> tag.

 

Is there anything else we must do?

Newbie here for Dynamic Media things.

 

Environments:

- AEMaaCS

- Dynamic Media Scene7

- Core Components 2.23.2

 

Thanks in advance.

rzumi

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@zumi512 Smart imaging delivers the optimized image based on client browser and network conditions. It delivers the image in the new AVIF/WebP format . You need to raise the ticket with Adobe to enable Smart Imaging with DM Scene7 if its not enabled already. You can also ask them to create a domain to deliver s7 assets. Once enabled you can verify the images downloading as avif/webp format in the browser's developer tools network tab.

As long as you are building the url properly to render the image from scene7 , you are good with smart imaging. But there are tweaks you can do to enhance given in this documentation

https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/imaging-faq.html?lang=e...

Hope this helps!

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

@zumi512 Smart imaging delivers the optimized image based on client browser and network conditions. It delivers the image in the new AVIF/WebP format . You need to raise the ticket with Adobe to enable Smart Imaging with DM Scene7 if its not enabled already. You can also ask them to create a domain to deliver s7 assets. Once enabled you can verify the images downloading as avif/webp format in the browser's developer tools network tab.

As long as you are building the url properly to render the image from scene7 , you are good with smart imaging. But there are tweaks you can do to enhance given in this documentation

https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/imaging-faq.html?lang=e...

Hope this helps!

Avatar

Level 1

@Saravanan_Dharmaraj At first, we'll create a ticket to enable Smart imaging and check if our custom components works with it.

Thanks!!

Avatar

Community Advisor

Hi @zumi512 

To enable smart imaging as suggested by @Saravanan_Dharmaraj  you will have to request for a subdomain something like urcompany.scene7.com and the smart imaging will be enabled over the same. DM server will deliver the images in AVIF/Webp format.

For you to verify if its working as expected you can also look for the below response header along with the content type.

 

sherinregi_0-1695269686039.png