|
@@ -233,7 +233,7 @@ function showUploadFilesSet(e, name, url, id)
|
|
|
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, '<img src="'+url+'" style="width:450px;height:300px;" data-id="'+id+'" data-key="'+key+'"/>');
|
|
|
+ KindEditor.insertHtml('#' + value, '<img src="'+url+'" styles="width:450px;height:300px;" style="width:350px;" data-id="'+id+'" data-key="'+key+'"/>');
|
|
|
}
|
|
|
|
|
|
if (showUploadIndex) {
|