Is there any way to create a “Download Image” button that directly downloads an image from the CMS or asset library? This seems like such a simple thing to do but nothing I’ve tried works.
I’ve tried using the file option in the CMS but this just opens the image link, not instant download.
I know this is do-able with google drive but it involves editing the url every time and also needing to have all my images in google drive. I need to hand this site to a client and it seems like too much of a workaround to hand off to them.
Has anyone managed to do this?
Thank you for any suggestions.
That is true, you can find many articles about how to when you type “download image js” in your preferred browser. Here is one example of good article to understand how to do that. Be aware that images on WF are not on the same URL.
Hi Stan, thank you for that, I’ve now go this js which is letting me download the first image in the collection list! But for the other collection items its not working.
Is there a way to make js work across multiple collection items?