view += markup;
view += '</div></div>';
- this.viewWrap(view, 'iframe', maxWidth + ' dir="ltr" data-hash="#/iframe"' , '', false, hash);
+ this.viewWrap(view, 'iframe', maxWidth + ' dir="ltr" data-hash="#/iframe"', '', false, hash);
if (callback != undefined) {
callback();
}
var times = [250, 500, 750, 1000, 1250];
$.each(times, function (k, v) {
setTimeout(function () {
+ $('[data-menu="video"] .video-js').each(function () {
+ if ($(this).parent().attr('autoplay') == 'true') {
+ videojs.players[$(this).attr('id')].play();
+ }
+ });
$this.resize();
}, v);
});