diff --git a/public/assets/kindeditor/kindeditor.js b/public/assets/kindeditor/kindeditor.js
index 8978e8775..e9fabb5c9 100644
--- a/public/assets/kindeditor/kindeditor.js
+++ b/public/assets/kindeditor/kindeditor.js
@@ -931,12 +931,17 @@ function _mediaAttrs(srcTag) {
}
function _mediaEmbed(attrs,target) {
if(target && target === "media"){
- var html = ["","
";
+ html[0].push("");
}else{
html.push(key, "=\"" , val , "\" ");
+ if(key === "width"){
+
+ }else if(key === "height"){
+
+ }
}
});
html.push("/>");
diff --git a/public/images/video.png b/public/images/video.png
new file mode 100644
index 000000000..f62caaea6
Binary files /dev/null and b/public/images/video.png differ