1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36: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

@@ -787,7 +787,7 @@ class e107Email extends PHPMailer
{
$size = isset($mediaParms[$nk]) ? "?w=".$mediaParms[$nk]['w'] : '';
//echo $nk.": ".$val['path'].$size."<br />";
$eml['shortcodes'][$id] = "<div class='media media-image'><img class='img-responsive ".strtolower($id)."' src='".$val['path'].$size."' alt='' /></div>";
$eml['shortcodes'][$id] = "<div class='media media-image'><img class='img-responsive img-fluid ".strtolower($id)."' src='".$val['path'].$size."' alt='' /></div>";
}
}