I have used image(core/wcm/components/image/v2/image) resource type and copy pasted cq:dialog
But writing after writing HTL
<h1>Banner</h1>
<img src="${properties.fileReferenceBanner}" width="500" height="600">
<h1>Interstetial</h1>
<img src="${properties.fileReferenceInterstetial}">
Images those are present in dam are only getting populated.... There is one button browse which open local directoryy after adding the file I am not getting any output what changes should I make to HTL
In future I will also write modal class... Please also suggest changes to be made their as well