Download photo button

I have a photo gallery and I want to create a button to give
the user the option to download a photo.
How do you create a link to the photo?

<a href="${resourcesFolderName}/image.png">Link Text</a>
1 Like

Thanks Michael.
I appreciate your help.
I will give this a try, though I am not so good at coding at the moment.