Lottie web player does not seem to work in IE
See original GitHub issueTell us about your environment Windows 10, 64 Bit
Browser and Browser Version: IE-11
What did you do? Please explain the steps you took before you encountered the problem.
I injected the lottie web player in the HTML, with the below snippet:
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> <lottie-player src="https://assets9.lottiefiles.com/datafiles/MUp3wlMDGtoK5FK/data.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay > </lottie-player>
What did you expect to happen?
It should have shown animation like this, which works in Chrome, Firefox and Safari
What actually happened? Please include as much relevant detail as possible.
It showed like this in IE-11
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)

Top Related StackOverflow Question
yeah but you need to specify ID for every container for it, hence I was trying to figure it out if they can make this work in IE, would get rid of the ID contigency.
The player is a web component. Please add polyfills to your project for support on older browsers. Closing issue