diff --git a/bin/Editor.js b/bin/Editor.js
index 5138de0b16a4c3794b5dad01aa980ffefdbbe10c..20ed8cee77e886f288ad04ec5da0526d53707b0b 100644
--- a/bin/Editor.js
+++ b/bin/Editor.js
@@ -215,7 +215,7 @@ define('package/quiqqer/ckeditor4/bin/Editor', [
                 width              : width,
                 toolbar            : toolbar,
                 allowedContent     : true,
-                extraAllowedContent: 'div(*)[*]{*}, iframe(*)[*]{*}',
+                extraAllowedContent: 'div(*)[*]{*}; iframe(*)[*]{*}; img(*)[*]{*}',
                 stylesSet          : styles,
                 contentsCss        : data.cssFiles || [],
                 bodyClass          : data.bodyClass,