mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
BS4 img-fluid
This commit is contained in:
@@ -156,7 +156,7 @@ class plugin_featurebox_item extends e_model
|
||||
{
|
||||
return $src;
|
||||
}
|
||||
$tag = '<img id="featurebox-image-'.$this->getId().'" src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox img-responsive" />';
|
||||
$tag = '<img id="featurebox-image-'.$this->getId().'" src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox img-responsive img-fluid" />';
|
||||
if(isset($parm['nourl']) || !$this->get('fb_imageurl'))
|
||||
{
|
||||
return $tag;
|
||||
|
Reference in New Issue
Block a user