emilyannand
New Coder
Hello,
I'm trying to force captions on an embedded video and want them to show in Scottish Gaelic. The subtitles have been added to the youtube video.
This is the coding I currently have. I've added some extra code to make the embedded video stretch to the page width and to remove extra buttons.
I think the code to force captions on is:
&cc_load_policy=1
And the code for the language is:
&hl=gd&cc_lang_pref=gd
I know very little about coding so hope someone on here can help
Thanks so much in advance!
I'm trying to force captions on an embedded video and want them to show in Scottish Gaelic. The subtitles have been added to the youtube video.
This is the coding I currently have. I've added some extra code to make the embedded video stretch to the page width and to remove extra buttons.
HTML:
<div style="position:relative;padding-top:56.25%;">
<iframe src="https://www.youtube.com/embed/myvideosURL?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
</div>
I think the code to force captions on is:
&cc_load_policy=1
And the code for the language is:
&hl=gd&cc_lang_pref=gd
I know very little about coding so hope someone on here can help
Last edited by a moderator: