diff --git a/src/components/ScrollyVideo/Debug.svelte b/src/components/ScrollyVideo/Debug.svelte
new file mode 100644
index 00000000..9b66adfe
--- /dev/null
+++ b/src/components/ScrollyVideo/Debug.svelte
@@ -0,0 +1,224 @@
+
+
+
Source:
+{componentState.generalData.src}
+ +Progress:
+{componentState.generalData.videoPercentage}
+Framerate:
+{componentState.generalData.frameRate}
+ +Current time:
++ {componentState.generalData.currentTime}/{componentState.generalData + .totalTime} +
+ + {#if componentState.usingWebCodecs} +Codec:
++ {componentState.framesData.codec} +
+ + +Current frame:
++ {componentState.framesData.currentFrame}/{componentState.framesData + .totalFrames} +
+ {/if} + +Will Autoplay?:
++ {componentState.willAutoPlay} +
+ + {#if componentState.willAutoPlay} +Autoplaying:
++ {componentState.isAutoPlaying} +
+Autoplay progress:
+{componentState.autoplayProgress}
+