Source code for website arcusiridis.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
311 B

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