Posts

Showing posts with the label Rendition

Delete Custom Rendition in Sitecore Content Hub

Image
In my previous blogs, we have discussed how to create a Custom Rendition using Media Processing. See the blog post for more details:  Custom Rendition in Sitecore Content Hub In this blog, we will discuss the deletion of the Custom Rendition created by Media Processing. Step 1: Go to the Dashboard using the Manage icon and click on the Entities: Step 2: On the Entities page, search for Rendition and click on the Rendition Link form left Panel. Step 3: On the Entities page, locate the right panel where you will see the name of your custom Rendition that was previously created. Select the desired Rendition name you wish to delete and click on 'Details'. Step 4: You will be redirected to the Entity Details page, where the Delete option for removing the Custom Rendition is available. Select the Delete button to proceed with deletion. Step 5: After deletion, review the assets to confirm that the Custom Rendition has been removed from...

Custom Rendition in Sitecore Content Hub

Image
In a Digital Asset Management (DAM) system, a rendition refers to an alternative version of an original digital asset. This could mean: A different file format (e.g., converting a PNG to JPG) A different dimension, resolution, or size (e.g., resizing an image for web vs. print) A different color space or compression level (e.g., RGB vs. CMYK) For example, the marketing team needs the same product image for the Website (High Resolution), Mobile App (optimized size), and social media (specific aspect ratio). Instead of storing multiple copies of assets in different formats, the DAM module in Sitecore Content Hub provides the features to generate the renditions dynamically using media processing. This saves space and ensures consistency. Sitecore Content Hub by default provides server renditions under the media processing flow, which are Original, Metadata, PDF, Preview, Medium, Thumbnail, and Big Thumbnail. But if you want to create a cus...