mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
BS4 images rounded.
This commit is contained in:
@@ -588,7 +588,7 @@ class wysiwyg
|
||||
|
||||
{title: 'Bootstrap Images', items: [
|
||||
{title: 'Responsive (recommended)', selector: 'img', classes: 'img-responsive img-fluid'},
|
||||
{title: 'Rounded', selector: 'img', classes: 'img-rounded'},
|
||||
{title: 'Rounded', selector: 'img', classes: 'img-rounded rounded'},
|
||||
{title: 'Circle', selector: 'img', classes: 'img-circle'},
|
||||
{title: 'Thumbnail', selector: 'img', classes: 'img-thumbnail'},
|
||||
]},
|
||||
|
Reference in New Issue
Block a user