studio-umzu/themes/duckquill/templates/shortcodes/vimeo.html
2025-08-27 16:56:14 +02:00

6 lines
205 B
HTML

<iframe
class="vimeo-embed"
src="https://player.vimeo.com/video/{{ id }}{% if autoplay %}?autoplay=1{% endif %}"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen>
</iframe>