Solved
dynamic media - aem
Hi Team,
I am able to get the responsive image on my custom component by using responsive . It working for img tag.
But its not working for background-image:url div class. any suggestions?
<div class="hero__image" style="background-image:url('${dynamicmedia.fileReference @ context='styleString'}')"></div>