arcusiridis/layouts/shortcodes/apvid.html

14 lines
311 B
HTML
Raw Permalink Normal View History

<p align="center">
2020-06-19 08:46:00 +00:00
<video autoPlay muted loop class="apvid">
<source type="video/mp4" src="{{- .Inner -}}" />
</video>
2020-06-19 08:46:00 +00:00
</p>
<style>
@media only screen and (max-width: 600px) {
.apvid {
width: 100% !important;
height: auto !important;
}
}
</style>