feat: enable autoplay and mute for video component in course display

This commit is contained in:
swve 2025-07-09 16:06:48 +02:00
parent 70ce4bcac6
commit 3ea5aa761f

View file

@ -200,6 +200,8 @@ const CourseClient = (props: any) => {
)} )}
className="w-full h-full bg-black rounded-lg" className="w-full h-full bg-black rounded-lg"
controls controls
autoPlay
muted
preload="metadata" preload="metadata"
playsInline playsInline
/> />