Newer
Older
pre-www / src / layout / partials / video.twig
<video width="1920" height="1080" {{video.atts}}>
    <source src="{{paths_base}}{{config.paths.video}}{{video.path}}/{{video.filename}}.mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>