mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
BS4 images rounded.
This commit is contained in:
@@ -133,7 +133,7 @@ class bb_img extends e_bb_base
|
||||
|
||||
$imgParms['title'] = $imgParms['alt'] ;
|
||||
|
||||
$imgParms['class'] = "img-rounded bbcode ".e107::getBB()->getClass('img');; // This will be overridden if a new class is specified
|
||||
$imgParms['class'] = "img-rounded rounded bbcode ".e107::getBB()->getClass('img');; // This will be overridden if a new class is specified
|
||||
|
||||
if($mode == 'string')
|
||||
{
|
||||
|
Reference in New Issue
Block a user