top of page

1. "Dropbox" embeded Lottie File

(src is a .json hosted on Dropbox)

<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>

<lottie-player src="https://dl.dropbox.com/s/xeut5k7wwhh9qum/Parking_MontBlanc.json"  background="transparent"  speed="1"  style="width: 100%; height: 100%;"  loop autoplay></lottie-player>

2. "Lottiefiles" embeded Lottie File

(src is a preview link on lottiefiles.com)

<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>

<lottie-player src="https://assets8.lottiefiles.com/packages/lf20_6zf8ypek.json"  background="transparent"  speed="1"  style="width: 100%; height: 100%;"  loop autoplay></lottie-player>

bottom of page