Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM is creating default web rendition

Avatar

Level 4

When uploading a new asset why is AEM 6.5 creating a default web rendition(1000*1000) when dam update asset workflow is updated( to not have any web renditions(removed the default 1280 too)) 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @AEMnewbie ,

 

Can you confirm which version you are using. When I replicated in local 6.5 it is not showing any (1000*1000) rendition.

santhosh_kumark_0-1600403136880.png

 

 

If you leave web-enabled image arguments empty, by default it will take 1000*1000 as per OOTB process step. If you want to remove that completely need to write your own implementation for the thumbnail process. Attached screenshot for your reference. You can try this acs commons https://adobe-consulting-services.github.io/acs-aem-commons/features/synthetic-workflow/index.html also.

Hope its helpful for you.

 

 

 

View solution in original post

10 Replies

Avatar

Correct answer by
Community Advisor

Hi @AEMnewbie ,

 

Can you confirm which version you are using. When I replicated in local 6.5 it is not showing any (1000*1000) rendition.

santhosh_kumark_0-1600403136880.png

 

 

If you leave web-enabled image arguments empty, by default it will take 1000*1000 as per OOTB process step. If you want to remove that completely need to write your own implementation for the thumbnail process. Attached screenshot for your reference. You can try this acs commons https://adobe-consulting-services.github.io/acs-aem-commons/features/synthetic-workflow/index.html also.

Hope its helpful for you.

 

 

 

Avatar

Level 4
@santhosh_kumark - I see that you have 1280.1280 web rendition. I updated the DAM update asset workflow to remove that web rendition and i left it blank. And thats when i starting seeing 1000.1000 web rendtion

Avatar

Community Advisor

Hi @AEMnewbie,

 

If you leave web enabled image arguments empty, by default it will take 1000*1000 as per OOTB process step. If you want to remove that completely need to write own implementation for thumbnail process. Attached screenshot for your reference. You can try this acs commons https://adobe-consulting-services.github.io/acs-aem-commons/features/synthetic-workflow/index.html also.

Hope its helpful for you.

santhosh_kumark_0-1600417369694.png

 

Avatar

Level 4
Thanks @santhosh_kumark I will give it a try !! But do we know why we are defaulting it to 1000*1000?

Avatar

Community Advisor

Hi @AEMnewbie, if we leave web rendition properties empty OOTB process step by default takes the arguments as 1000*1000, otherwise it will create rendition based on entered values.

Avatar

Community Advisor
Hi @AEMnewbie, It is coming by default from OOTB process step when we leave web rendition properties empty.

Avatar

Level 4
@santhosh_kumark - I ended up creating a custom workflow and triggering that for DAM assets upload instead of the default OOTB workflow

Avatar

Community Advisor
Hi @AEMnewbie, Okay. Hope it worked as per your requirement.