I am wanting to create a download link which will download a folder full of images based on the link directory, or create multiple links which will toggle a download of single images.
I have found the code below, however, this only seems to work on images which are local, not from a external url which is where I store my images, does anyone have any suggestions?
<a href="/path/to/image" download>
<img src="/path/to/image" />
</a>