New blog post
* new blog post on making particles using photographs * exif strip of all images * some css fixes * add video support
This commit is contained in:
7
_includes/video.html
Normal file
7
_includes/video.html
Normal file
@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user