Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 875 Bytes

film-reel.md

File metadata and controls

19 lines (18 loc) · 875 Bytes
layout
normal
{% for item in site.data.film-reel %}

{{ item.heading }}

{{ item.subheading }}

{% if item.videotype == 'youtube' %} <iframe src="https://www.youtube.com/embed/{{ item.videoID }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> {% elsif item.videotype == 'vimeo' %} <iframe src="https://player.vimeo.com/video/{{ item.videoID }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> {% endif %}
{% endfor %}