I can’t get lottie to work when I host the.json files myself
<script src="https://unpkg.com/lottie-interactive@latest/dist/lottie-interactive.js"></script>
<!-- LOTTIE HOST -->
<lottie-interactive path="https://lottie.host/af3097e5-698c-401e-bd0b-1026e00fb7e8/fIZczfwURf.json" interaction="hover" speed="1" delay="0" aspect-ratio="xMidYMid slice"></lottie-interactive>
<!-- MY HOST -->
<lottie-interactive path="https://nexsbit.com/anuinitiative/about.json" interaction="hover" speed="1" delay="0" aspect-ratio="xMidYMid slice"></lottie-interactive>
The content of the .json file is exactly the same.
I’m not sure for how much longer the files from lottie.host will be hosted (it will expire after 12 hours)