1
edit
Changes
→Examples
language: "en",
languagesrc: "language",
} )
Then use combo box to select language:
<option value="es">Spanish</option>
</select>
</div>
Simple Example with Accessibility:
.subtitle({
start: 20, // seconds
end: 45, // seconds
text: 'this is another subtitle',
language: "en",
accessibilitysrc: "accessibility"
} )
Then use check box to turn accessibility on and off:
<input type="checkbox" id="accessibility" checked="checked" />All subtitles (accessibility)
== Syntax ==