Default subtitle for videos
How can I set the default subtitle in wordpress videos?
Here is the shortcode that wp created after adding a video with a subtitle from media:
[video
width="960"
height="540"
mp4="example.com/wp-content/uploads/test.mp4"
]track
srclang="En"
label="English"
kind="subtitles"
src="example.com/wp-content/uploads/test.vtt"
/[/video]
Now when I see the post in FO, I have to click on "cc" in video control bar and choose "English". The default is "None".
Now how can I change this default to English so that the user doesn't have to choose subtitle?
Topic video-player Wordpress
Category Web