2020-06-17 08:41:04 +00:00
|
|
|
<p align="center">
|
2020-06-19 08:46:00 +00:00
|
|
|
<video autoPlay muted loop class="apvid">
|
2020-06-17 08:41:04 +00:00
|
|
|
<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>
|