diff options
Diffstat (limited to 'web/templates')
| -rw-r--r-- | web/templates/conditions.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/templates/conditions.html b/web/templates/conditions.html index 14b10b0..66f87ce 100644 --- a/web/templates/conditions.html +++ b/web/templates/conditions.html @@ -69,8 +69,8 @@ } @media (max-width: 600px) { .video-grid { - grid-template-columns: 1fr; - grid-template-rows: repeat(6, 1fr); + grid-template-columns: repeat(2, 1fr); + grid-template-rows: repeat(3, 1fr); } } </style> @@ -82,7 +82,7 @@ <!-- V1cam - Kilauea West Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/WTy3dGhGBOY?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/tk0tfYDxrUA?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> @@ -92,7 +92,7 @@ <!-- V2cam - Kilauea East Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/Gd2Tm5jblbE?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/fiyttmA7YkA?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> @@ -102,7 +102,7 @@ <!-- V3cam - Kilauea South Rim --> <div class="video-cell"> <iframe - src="https://www.youtube.com/embed/BqmpkUdMtyA?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" + src="https://www.youtube.com/embed/gXKuUyKt8mc?autoplay=1&mute=1&controls=1&modestbranding=1&rel=0" allow="autoplay; encrypted-media; picture-in-picture" allowfullscreen> </iframe> |
