<div class="media_ecard ">
<video id="videocard" src="https://ucarecdn.com/166be0c3-a0e3-45b3-b9da-7c9f34896522/" muted autoplay loop playsinline width="90" height="160">
</video>
<button type="button" class="toggle_mute_btn" data-toggle-mute>
<i class="ph-bold ph-speaker-simple-slash"></i>
</button>
</div>
<div class="media_ecard {{#if isConverting}}--processing{{/if}}">
{{#if useVideo}}
<video
id="videocard"
src="https://ucarecdn.com/166be0c3-a0e3-45b3-b9da-7c9f34896522/"
muted
autoplay
loop
playsinline
width="90"
height="160"
>
</video>
{{#if hasSound}}
<button type="button" class="toggle_mute_btn" data-toggle-mute>
<i class="ph-bold ph-speaker-simple-slash"></i>
</button>
{{/if}}
{{#if isConverting}}
<div class="media_notice">
<i class="ph-bold ph-sparkle"></i>
<p>Deine eCard entsteht gerade. Lade die Seite in 1–2 Minuten nochmal!</p>
</div>
{{/if}}
{{else}}
<img
src="{{path '/ecard_001.webp'}}"
alt="ecard"
width="90"
height="160"
/>
{{/if}}
</div>
{
"useVideo": true,
"hasSound": true,
"isConverting": false
}
No notes defined.