mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Tinymce Image-style fix
This commit is contained in:
@@ -85,10 +85,13 @@ $(document).ready(function()
|
||||
style = style + 'float:' + _float + ';';
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Set the Html / Wysiwyg Value.
|
||||
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 --
|
||||
if(width !='')
|
||||
{
|
||||
|
Reference in New Issue
Block a user