Is it possible to pre-select the desired rendition before initiating the download process on the author instance | Community
Skip to main content
Community Advisor
January 4, 2024
Solved

Is it possible to pre-select the desired rendition before initiating the download process on the author instance

  • January 4, 2024
  • 2 replies
  • 659 views

Hi All

 

Is it possible to pre-select the desired rendition before initiating the download process on the author instance? Currently, we have options to choose the renditions for download in Brand Portal,

 

Brand Portal 

Thanks

Kannan

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VikasChaudhary_

If I were to do it, I would try overlaying the resource and adding the custom JavaScript to listen to the events of the sidekick, when the rendition tab gets opened, select the desired rendition programmatically.

 

But in terms of best practices, I would restrain myself from doing such customizations unless it is very necessary.

2 replies

varun_m1
Level 2
January 4, 2024

We have the option to download all renditions together from the assets GUI as seen below, 

 

You could also use the rendition sidebar to select a rendition and download it via right clicking on the image on the right side as seen below,

 

Or else you can traverse to the file in CRXDE Lite and right click on the node " assetname.jpg/jcr:content/renditions/[desired-rendition] " and click on open. This will download your image rendition to your local.

VikasChaudhary_
VikasChaudhary_Accepted solution
Level 3
January 4, 2024

If I were to do it, I would try overlaying the resource and adding the custom JavaScript to listen to the events of the sidekick, when the rendition tab gets opened, select the desired rendition programmatically.

 

But in terms of best practices, I would restrain myself from doing such customizations unless it is very necessary.