Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Sent Lottie

// Add Shortcode
function sent_lottie_animation() {

	// Return custom embbed code
	return '<script src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-player.mjs" type="module"> </script>
	<dotlottie-player src="https://lottie.host/80746a59-79b3-4ff9-a0af-82ab23528303/b81NkyvwLs.json" background="transparent" speed="1" style="width: 300px; height: 300px" loop autoplay></dotlottie-player>'

}
add_shortcode( 'sent', 'sent_lottie_animation' );