I have chosen a Lottie animation and copied the code for use in an iframe. I want to link that iframe to a document for download. The code I am using is as follows:
<a href="https://petertheapostle.org/downloads/2025 Sacrament Enrolment Infomation.pdf"><iframe style="border:0;" src="https://lottie.host/embed/1dc6ac7b-3d91-4808-8d5c-45a7c69a7f91/zt7myBgb8M.lottie" width="100" height="100"></iframe></a>
When I hover the mouse over the Lottie animation, it does point to the document. But it does not act as an active link and actually download the document.
Can someone please help me with this? Am I missing some HTML?
Thanks in advance.