var pe = $("#parentContainer");
var videoConfig = {
parentElement: pe,
playInMobile: true,
playInTablet: true,
playInDesktop: true,
webmVideo: pe.attr("data-webm"),
mp4Video: pe.attr("data-mp4"),
callback: function() {
console.log("Build complete");
},
};
buildHtmlVideo(videoConfig);
