Task 6 - Add video markup

This commit is contained in:
Oliver Davies 2021-02-17 23:34:40 +00:00
parent b97482c642
commit 033276f85a
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<div>
<video poster="https://www.fldrupal.camp/sites/all/themes/fldc17/images/video-poster.jpg" preload="auto">
<source src="https://www.fldrupal.camp/sites/default/files/FLDC17%20Promo-high.mp4" type="video/mp4">
</video>
</div>

View file

@ -1,5 +1,7 @@
{% extends 'page.html.twig' %}
{% block content %}
{% include 'includes/home/video.html.twig' %}
{% include 'includes/home/intro-text.html.twig' %}
{% endblock %}