drewcassidy.me/_includes/video.html
drewcassidy 9acec7f7ce
New blog post
* new blog post on making particles using photographs
* exif strip of all images
* some css fixes
* add video support
2019-05-04 20:33:53 -07:00

8 lines
242 B
HTML

<video height="240" controls>
<source src="{{ include.src }}" type="video/{{ include.type }}">
Your browser does not support the HTML video tag.
<a href="{{ include.src }}"> click here </a>
to download this video.
</video>