poster = false;
}
- html = '<video class="video-js vjs-fluidbook-skin"';
+ html = '<video playsinline class="video-js vjs-fluidbook-skin"';
html += ' style="background-color:' + backgroundColor + ';" '
if (poster && !autoplay) {
poster = path + '.jpg';
// Build <video> element
- html = '<video class="video-js" disablePictureInPicture poster="' + poster + '" ';
+ html = '<video class="video-js" playsinline disablePictureInPicture poster="' + poster + '" ';
if (!isNaN(width)) {
html += 'data-width="' + width + '" ';