diff --git a/src/components/ScrollyVideo/ScrollyVideo.stories.svelte b/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
index 6a41892d..a22bc17d 100644
--- a/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
+++ b/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
@@ -125,11 +125,14 @@
import V_16_9 from './videos/v_16_9.mp4';
import Goldengate from './videos/goldengate.mp4';
- const args = $state({
+ const videoSrc = {
V_9_16,
V_1_1,
V_16_9,
Goldengate,
+ };
+
+ const args = $state({
trackScroll: true,
height: '500svh',
showDebugInfo: true,
@@ -151,16 +154,16 @@
}}
>
{#if width < 600}
-
+
{:else if width < 1200}
-
+
{:else}
-
+
{/if}
-
+