The most complete Lottie Player yet. Lightweight, easy to use, accepts LottieJSON and dotLottie, and works with Gutenberg, Divi Builder, Elementor and Flatsome UX Builder.
The most complete free Lottie Player yet.
AM LottiePlayer is easy to use, lightweight, and gives you total control over how to implement crisp, vectorized animations to your website. Easily set up user interactions, choose between JSON or the optimized dotLottie format, choose whether to serve the files from a CDN or your own Media Library, choose how to scale the animation, add a nice description for screen readers and search eninge crawlers, and you're off to the races!
Upload Lottie animations to WordPress and add them to Gutenberg, Divi, Elementor, Bricks, Flatsome UX Builder, or via the shortcode [am-lottieplayer]
. This plugin also offer partial support for WPBakery (formerly Visual Studio).
- Contains two Gutenberg blocks: a player and a cover block with text overlay – great for headers.
- Contains a Divi Builder Module
- Contains an Elementor Widget
- Contains a Bricks Element
- Contains the shortcode
[am-lottieplayer]
- Has intergration for Flatsome UX Builder
- Has partial support for WPBakery (formerly Visual Studio)
- Scripts are only loaded for pages where the player is used
- Upload Lottie JSON or dotLottie files to your Media Library
- Drag & drop a Lottie JSON or dotLottie file
- Insert a Lottie JSON or dotLottie animation from URL
- Choose scaling, speed, size, background color, interactions and more from the block settings in Gutenberg. The same settings are accessible in the Divi Module menu, the Elementor Widget menu, the Flatsome UX Builder menu, and WPBakery menu.
Automatic installation is the easiest option — WordPress will handle the file transfer, and you won’t need to leave your web browser.
- Log in to your WordPress dashboard
- Navigate to the Plugins menu
- Search for AM LottiePlayer
- Click Install Now and WordPress will take it from there
- Activate the plugin through the Plugins menu in WordPress
- Upload the entire 'am-lottieplayer' folder to your plugins directory
- Activate the plugin through the Plugins menu in WordPress
- Go to the WordPress Block Editor / Elementor / Divi Builder
- Add new block / widget / module
- Search for Lottie
- Click on Lottie to add the block
If you want to use the shortcode [am-lottieplayer]
, it has the following parameters:
- src:
string
(required) - autoplay:
true
|false
, default:false
- controls:
true
|false
, default:false
- loop:
true
|false
, default:false
- objectfit:
cover
|contain
|none
, default:contain
- intermission:
number
- speed:
number
(1 – 5), default:1
- direction:
1
|-1
, default:1
- onclick:
true
|false
, default:false
- onmouseover:
true
|false
, default:false
- onmouseout:
void
|stop
|pause
|reverse
, default:void