Solved
Adding a background image for component using sightly
Hi,
I would like to add a background image to my component. I've tried these two - they don't work. Please help with the correct syntax.
<p> Background Color : ${heroProps.iconImage.imagePath}</p>
<p style="backgroundImage:${heroProps.iconImage.imagePath@ context='styleToken'};"> Text : ${heroProps.iconImage.imagePath}
</p>
<div class="fnd-hero-eyebrow-title" data-sly-test="${heroProps.title != ''}"
style="background-image:url(${heroProps.iconImage.imagePath@ context='styleToken'});">
${heroProps.title @ context='html'}
</div>