custom newsletter

main
alexanderroese 2024-06-21 19:20:54 +02:00
parent d0fc396c6d
commit a52fe6586e
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View File

@ -7,6 +7,16 @@
style="--animation-order: {{ forloop.index }};" style="--animation-order: {{ forloop.index }};"
{% endif %} {% endif %}
> >
<dotlottie-player
src="{{ 'lottie_newsletter.lottie' | asset_url }}"
background="transparent"
speed="1"
autoplay
loop="true"
style="width: 250px; height: 250px;"
direction="1"
mode="bounce"></dotlottie-player>
<div class="field"> <div class="field">
<input <input
id="NewsletterForm--{{ section.id }}" id="NewsletterForm--{{ section.id }}"