custom newsletter
parent
d0fc396c6d
commit
a52fe6586e
Binary file not shown.
|
@ -7,6 +7,16 @@
|
|||
style="--animation-order: {{ forloop.index }};"
|
||||
{% 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">
|
||||
<input
|
||||
id="NewsletterForm--{{ section.id }}"
|
||||
|
|
Loading…
Reference in New Issue