Hi,
I tried the code mentioned below.
<a href="/content/dam/wknd/images/sample.jpg" download>
<img src="/content/dam/wknd/images/sample.jpg" alt="sample" width="104" height="142">
</a>
This piece of code opens the image in a new tab, it doesn't download the image to my system.
How to achieve th...