Files
blog/templates/shortcodes/vimeo.html
2024-10-17 17:00:35 +03:00

7 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>