mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Bootstrap4 fix.
This commit is contained in:
@@ -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'},
|
||||
]},
|
||||
|
||||
|
Reference in New Issue
Block a user