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

Change image resolution on Cloud

Avatar

Level 4

Hi,

Hope you are doing well!

We are trying to change image resolution on Cloud. But, we are not sure if this is the place where image resolution is changed: /system/console/configMgr/com.day.cq.dam.core.impl.cache.CQBufferedImageCache. Also, on cloud we can not access this url. How can we change it? Thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 2

Please check policy of IMAGE core component itself and setup accordingly your required configuration. You also find there the lazy load functionality for your frontend.Bildschirmfoto 2021-09-15 um 15.29.45.png

View solution in original post

5 Replies

Avatar

Community Advisor

When you say image resolution, does this mean you want to change the default renditions that are generated while uploading the assets?

If you mean by that it's not the correct place. That needs to be updated as part of the Asset Upload Workflow.

 

If you want to update this configuration, this needs to be pushed as part of the code and cannot be changed directly on system/console.

 

Thanks!

Avatar

Level 4

Yes! By default is generated 1280, and big images look bad. Where can i change this?

Avatar

Community Advisor

Hi @AD-Engineer 

 

Please check with Tools -> Assets -> Processing Profiles, and try adding a renditions and check. 

 

and regarding access to configMgr, We cannot access system console directly in cloud , Instead we need to make use of Developer Console to access it.

 

and also if you want to change any OSGI Configuration it has to be changed through code and it has to deployed via CI/CD pipeline.

Avatar

Correct answer by
Level 2

Please check policy of IMAGE core component itself and setup accordingly your required configuration. You also find there the lazy load functionality for your frontend.Bildschirmfoto 2021-09-15 um 15.29.45.png