1.修改ueditor.all.js文件:
第17769行: html.push(creatInsertStr( vi.url, vi.width || 420, vi.height || 280, id + i, null, cl, 'image'))
修改为:html.push(creatInsertStr( vi.url, vi.width || 420, vi.height || 280, id + i, null, cl, 'video'));
2.注释掉代码:
7343,7344,7345行。
3.保存,刷新缓存,上传视频
网友评论