mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
BS4 img-fluid
This commit is contained in:
@@ -173,7 +173,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
||||
$dimensions = getimagesize($path);
|
||||
}
|
||||
|
||||
$opts = array('alt'=>SITENAME, 'class'=>'logo img-responsive');
|
||||
$opts = array('alt'=>SITENAME, 'class'=>'logo img-responsive img-fluid');
|
||||
|
||||
if(!empty($dimensions[0]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user