I'm trying to download my immgae with the HTML "download" attribute. When I click on the image, however, the preview opens and does not download it. How can I do?
<a href="img/qrcode.png" download="qrcode.png">
<img src="img/qrcode.png" width="300" height="300">
</a>
If I leave the URL blank it downloads it, but when I go to open the photo from the downloads it gives me that it is a damaged file