Defaults
Calling the plugin with the default options.
$('#demo1').acornMediaPlayer();
accesslight
Child Theme with captions and trascript
Captions included using multiple track elements.
<track src="media/sintel_en.srt" kind="subtitles" srclang="en" label="English" />
Plugin called with the themes
options.
jQuery('#demo2').acornMediaPlayer({
theme: 'access accesslight'
});
barebones
Child Theme
Plugin called with all available options.
jQuery('#demo3').acornMediaPlayer({
theme: 'barebones',
nativeSliders: 'true',
volumeSliders: 'horizontal'
});