From 8df568f5a9c1d98e2256f65490f12337b4a771c5 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:43:55 +0300 Subject: [PATCH] 64 Into video: turn caption on by default (#201) --- content/_includes/home/video-player.html | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_includes/home/video-player.html b/content/_includes/home/video-player.html index 3097732..5526e82 100644 --- a/content/_includes/home/video-player.html +++ b/content/_includes/home/video-player.html @@ -45,5 +45,6 @@ ], title: 'Common Workflow Language explained in 64 seconds', options: ['captions', 'quality', 'speed', 'loop'], + captions: { active: true, language: 'auto' } });