Added video shortcodes
Could be improved later
This commit is contained in:
parent
5d17e0b480
commit
61143a9c37
5
layouts/shortcodes/apvid.html
Normal file
5
layouts/shortcodes/apvid.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<p align="center">
|
||||||
|
<video autoplay loop>
|
||||||
|
<source type="video/mp4" src="{{- .Inner -}}" />
|
||||||
|
</video>
|
||||||
|
</p>
|
4
layouts/shortcodes/avid.html
Normal file
4
layouts/shortcodes/avid.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
<video autoplay loop style=" width: 100% !important; height: auto !important;">
|
||||||
|
<source type="video/mp4" src="{{- .Inner -}}" />
|
||||||
|
</video>
|
Loading…
Reference in New Issue
Block a user