...
|
...
|
@@ -7800,7 +7800,7 @@ var jQuery = require('jquery'); |
|
|
'<img ' + (id ? 'id="' + id + '"' : '') + ' width="' + width + '" height="' + height + '" _url="' + url + '" class="edui-faked-video"' +
|
|
|
' src="' + me.options.UMEDITOR_HOME_URL + 'static/assets/images/spacer.gif" style="background:url(' + me.options.UMEDITOR_HOME_URL + 'static/assets/images/videologo.gif) no-repeat center center; border:1px solid gray;' + (align ? 'float:' + align + ';' : '') + '" />'
|
|
|
|
|
|
: '<div class="video-placeholder"><video playsinline="" webkit-playsinline="" poster='+ url +'?vframe/jpg/offset/0' + ' controls="controls" style="width: 100%;height: auto;" width="' + width + '" height="' + height + '" >' +
|
|
|
: '<div class="video-placeholder"><video playsinline="" webkit-playsinline="" poster='+ url +'?vframe/jpg/offset/0' + ' controls="controls" width="' + width + '" height="' + height + '" >' +
|
|
|
'<source src=' + url +' type="video/mp4"></video></div>';
|
|
|
}
|
|
|
|
...
|
...
|
|