Building a dialogue to have 2 or more images in AEM6.2 to be displayed in sightly component
Hi team,
Please help me to build a dialog with image,that should be displayed in a sighlty component using AEM6.2
Thank in advace.
Regardsd,
Sandhya.
Hi team,
Please help me to build a dialog with image,that should be displayed in a sighlty component using AEM6.2
Thank in advace.
Regardsd,
Sandhya.
Here is another artilce that shows you how to select an image from a Path Finder and render the image in the HTL component -- Scott's Digital Community: Creating an Adobe Experience Manager HTL component that displays a repeating data set
Each repeating data set has an image.
<div style="height:250px;"><img src=${items.path} height=200 width=270 style="padding:4px"/><h2>${items.page}</h2>
<p>${items.desc}</p>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.