Also for custom thumbnail we can use RenditionMaker or Asset Handler.By
RenditionMaker, we can associate an Asset "X" with Asset "Y" as a
thumbnail.// Create the Rendition Template for
thumbnailRenditionTemplate[] templates =
createRenditionTemplates(tempThumbnailAsset);// Generate
thumbnailrenditionMaker.generateRenditions(asset, templates);private
RenditionTemplate[] createRenditionTemplates(Asset tempThumbnailAsset) {
ThumbnailConfig[] thumbnails = new ThumbnailConfig[1]; ThumbnailConfig
thum...
In DamAdmin, select an asset, right click open it , there we have an
option to upload custom thumbnail and renditions.Same thing I need to do
using java servlet for any type of asset.Any help will be
appreciated.Thanks in Advance!!
Hi Sergio, Kautak,Were you able to crop the images within dynamic media
component or interactive media component ? If yes please tell me the
approach to use for the same.Thanks in Advance!!
Hi, Is it possible we could crop images in Dynamic Media Component/
Interactive Media Component in AEM 6.3? In may using anything image
presets or any other..Thank in Advance!!