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.

13 lines
311 B

  1. <p align="center">
  2. <video autoPlay muted loop class="apvid">
  3. <source type="video/mp4" src="{{- .Inner -}}" />
  4. </video>
  5. </p>
  6. <style>
  7. @media only screen and (max-width: 600px) {
  8. .apvid {
  9. width: 100% !important;
  10. height: auto !important;
  11. }
  12. }
  13. </style>