From a52945e9639aefe888de87c5675a1089328f6b39 Mon Sep 17 00:00:00 2001 From: John Arban Lewis Date: Tue, 20 Feb 2024 12:43:45 -0500 Subject: [PATCH] switch to youtube --- src/Radwave.vue | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/Radwave.vue b/src/Radwave.vue index cb0901d..1996dee 100644 --- a/src/Radwave.vue +++ b/src/Radwave.vue @@ -233,12 +233,21 @@ @keyup.enter="showVideoSheet = false" tabindex="0" > - + --> + @@ -334,6 +343,12 @@ +
+

Science Credits:

+ Ralf Konietzka
+ Catherine Zucker
+ Alyssa A. Goodman
+

Credits:

This Data Story is powered by WorldWide Telescope.

@@ -1292,4 +1307,11 @@ export default defineComponent({ .v-leave-to { opacity: 0; } + +video, #info-video { + margin: auto; + max-width: 100%; + object-fit: contain; + +}