|
@@ -105,7 +105,8 @@ function showUploadFilesSet(e, name, url, id)
|
|
|
} else if (showUploadType == 3) {
|
|
|
var value = showUploadE.attr('editor_id');
|
|
|
var key = showUploadE.attr('key');
|
|
|
- KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;">'+name+':'+id+'(请勿修改)</div></div>');
|
|
|
+ //KindEditor.insertHtml('#' + value, '<div class="dever-video"><embed src="'+url+'" type="video/x-ms-asf-plugin" width="450" height="300" autostart="false" loop="true" data-id="'+id+'" data-key="'+key+'"/><div style="width:450px;height:20px;">'+name+':'+id+'(请勿修改)</div></div>');
|
|
|
+ KindEditor.insertHtml('#' + value, '<div class="dever-video"><img src="'+url+'" style="width:450px;height:300px;" data-id="'+id+'" data-key="'+key+'"/></div><div class="dever-drop">'+name+'(请勿修改)</div>');
|
|
|
if (showUploadIndex) {
|
|
|
layer.close(showUploadIndex);
|
|
|
showUploadIndex = false;
|