diff --git a/e107_plugins/tinymce4/wysiwyg.php b/e107_plugins/tinymce4/wysiwyg.php index c6a5bdbe9..68a876fdc 100644 --- a/e107_plugins/tinymce4/wysiwyg.php +++ b/e107_plugins/tinymce4/wysiwyg.php @@ -591,7 +591,7 @@ class wysiwyg {title: 'Bootstrap Images', items: [ {title: 'Responsive (recommended)', selector: 'img', classes: 'img-responsive img-fluid'}, {title: 'Rounded', selector: 'img', classes: 'img-rounded rounded'}, - {title: 'Circle', selector: 'img', classes: 'img-circle'}, + {title: 'Circle', selector: 'img', classes: 'img-circle rounded-circle'}, {title: 'Thumbnail', selector: 'img', classes: 'img-thumbnail'}, ]},