{"name":"Video JS Subtitles","key":"videojssubtitle","version":"1.0.1","instructions":"If this template handles a video file it will look for a .vtt file in the same directory with the same filename as the video. That will be displayed as subtitles","showatto":"0","showplayers":"1","requirecss":"//vjs.zencdn.net/5.8.8/video-js.css","requirejs":"//vjs.zencdn.net/5.8.8/video.js","shim":"videojs","defaults":"WIDTH=640,HEIGHT=480","amd":"1","body":"<video id=\"@@AUTOID@@\" class=\"video-js vjs-default-skin vjs-big-play-centered nomediaplugin\" controls preload=\"auto\" width=\"@@WIDTH@@\" height=\"@@HEIGHT@@\"   data-setup='{\"example_option\":true}'><source src=\"@@VIDEOURL@@\" type=\"@@AUTOMIME@@\" />\n<track kind=\"captions\" src=\"@@URLSTUB@@.vtt\" srclang=\"en\" label=\"English\" default />\n</video>\n","bodyend":"","script":"","style":".video-container {\n  margin: 40px auto;\n  position: relative;\n  width: 900px;\n}\n.videojs_video {\n  margin: 0;\n}","dataset":"","datasetvars":"","alternate":"<video id=\"@@AUTOID@@\"  style=\"background-color: #CCC;\" class=\"nomediaplugin\" controls preload=\"auto\" width=\"320\" height=\"240\"\n >\n<source src=\"@@VIDEOURL@@\" type=\"@@AUTOMIME@@\" />\n<track label=\"subtitles\" kind=\"subtitles\" srclang=\"en\" src=\"@@URLSTUB@@.vtt\" default>\n</video>","alternateend":""}