From 124f80d1f90e9fcdc591dab34fc6797833a8a286 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Sun, 2 Jun 2024 19:23:14 +0200 Subject: [PATCH] landingpage Video --- snippets/shx-landingpage.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/shx-landingpage.liquid b/snippets/shx-landingpage.liquid index f23f19d..d43ada5 100644 --- a/snippets/shx-landingpage.liquid +++ b/snippets/shx-landingpage.liquid @@ -32,8 +32,8 @@ /* Make the video twice as wide as the div */ height: 100%; object-fit: cover; - transform: translateX(-50%); - /* Shift the video to the right */ + // transform: translateX(-50%); /* Shift the video to the left */ + transform: translateX(0); } }