I have a request to make a jpg image download in the same way a pdf file would.
At present if I add a jpg image to a web page as a link, it will open in another browser window rather than actually download to the users computer. However, a pdf file will.
Here is the standard code:
<a href="/images/my-image.jpg">download image</a>
I would appreciate any guidance on this.
Thanks.