I am trying to implement the image metadata inside the module with the following code. <sly data-sly-use.myImg="${properties.laptopReference}/jcr:content/metadata">
<img src="${properties.laptopReference}" class="cover lazyloaded" alt="${myImg.valueMap['dc:title']}">
</sly>It is working, but if t...