From 343685e9071d93d49ca628ad8ea1a6fdb2d3cd66 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Mon, 14 Oct 2024 09:11:35 -0500 Subject: [PATCH] Alternate thumbnail image layout --- .../carousels/templates/VideoTemplate.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/content/carousels/templates/VideoTemplate.js b/src/components/content/carousels/templates/VideoTemplate.js index a668f2c..59c0dad 100644 --- a/src/components/content/carousels/templates/VideoTemplate.js +++ b/src/components/content/carousels/templates/VideoTemplate.js @@ -47,20 +47,19 @@ export function VideoTemplate({ video }) { return ( -
-
+
video thumbnail -
@@ -116,4 +115,4 @@ export function VideoTemplate({ video }) { ) -} \ No newline at end of file +}