We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9396c0f commit b73f920Copy full SHA for b73f920
src/editor.html
@@ -1321,7 +1321,7 @@
1321
1322
zss_editor.insertImage = function(url, alt) {
1323
zss_editor.restorerange();
1324
- var html = '<img src="'+url+'" alt="'+alt+'" />';
+ var html = '<img src="'+url+'" alt="'+alt+'" /><br>';
1325
zss_editor.insertHTML(html);
1326
zss_editor.enabledEditingItems();
1327
}
@@ -1619,6 +1619,7 @@
1619
max-width: 98%;
1620
margin-left:auto;
1621
margin-right:auto;
1622
+ display: block;
1623
1624
1625
audio {
0 commit comments