1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Bootstrap4 fix.

This commit is contained in:
Cameron
2018-01-10 16:16:25 -08:00
parent 0671024c79
commit a37758957c

View File

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