1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

BS4 img-fluid

This commit is contained in:
Cameron
2017-01-20 10:40:05 -08:00
parent 4e2a1026eb
commit d5af3b9246
17 changed files with 28 additions and 28 deletions

View File

@@ -587,7 +587,7 @@ class wysiwyg
]},
{title: 'Bootstrap Images', items: [
{title: 'Responsive (recommended)', selector: 'img', classes: 'img-responsive'},
{title: 'Responsive (recommended)', selector: 'img', classes: 'img-responsive img-fluid'},
{title: 'Rounded', selector: 'img', classes: 'img-rounded'},
{title: 'Circle', selector: 'img', classes: 'img-circle'},
{title: 'Thumbnail', selector: 'img', classes: 'img-thumbnail'},