drewcassidy.me/_includes/video.html
drewcassidy 97bd1c804d New blog post
* new blog post on making particles using photographs
* exif strip of all images
* some css fixes
* add video support
2023-04-19 01:22:06 -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>