1
0
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:
Cameron
2017-01-20 10:46:57 -08:00
parent d5af3b9246
commit 0d865446e8
7 changed files with 9 additions and 9 deletions

View File

@@ -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'},
]},