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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
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.
Views
Likes
Replies