enabled looping for dream videos on DreamPage for seamless playback experience

Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
2025-07-17 02:34:26 +02:00
parent 8403a17636
commit 75f516b408

View File

@@ -183,6 +183,7 @@ export default function DreamPage() {
<div className="flex justify-center px-2">
<video
controls
loop
src={`/assets/dreams/videos/${dream.ai.video}`}
className="max-w-full w-full rounded-lg shadow-lg object-contain mx-auto"
style={{maxHeight: '70vh'}}
@@ -219,6 +220,7 @@ export default function DreamPage() {
<div className="flex justify-center">
<video
controls
loop
src={`/assets/dreams/videos/${dream.ai.video}`}
className="max-w-full w-full rounded-lg shadow-lg object-contain mx-auto"
style={{maxHeight: '70vh'}}