mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Tinymce enhancements.
This commit is contained in:
@@ -86,7 +86,7 @@ $(document).ready(function()
|
||||
}
|
||||
|
||||
// Set the Html / Wysiwyg Value.
|
||||
var html = '<img style=\"' + style + '\" src=\"'+ src +'\" alt=\"\" width=\"' + width + '\" height=\"' + height + '\" />';
|
||||
var html = '<img class="img-rounded" style=\"' + style + '\" src=\"'+ src +'\" alt=\"\" width=\"' + width + '\" height=\"' + height + '\" />';
|
||||
$('#html_holder').val(html);
|
||||
|
||||
// Only Do width/height styling on bbcodes --
|
||||
|
Reference in New Issue
Block a user