diff --git a/e107_plugins/banner/e_shortcode.php b/e107_plugins/banner/e_shortcode.php
index 25a5953d8..6e8331ee8 100644
--- a/e107_plugins/banner/e_shortcode.php
+++ b/e107_plugins/banner/e_shortcode.php
@@ -99,12 +99,12 @@ class banner_shortcodes extends e_shortcode
if($row['banner_image'][0] == '{')
{
$src = $row['banner_image'];
- $ban_ret = $tp->toImage($src, array('class'=>'e-banner img-responsive', 'alt'=>$row['banner_clickurl']));
+ $ban_ret = $tp->toImage($src, array('class'=>'e-banner img-responsive img-rounded', 'alt'=>$row['banner_clickurl']));
}
else
{
$src = e_IMAGE_ABS.'banners/'.$row['banner_image'];
- $ban_ret = "
";
+ $ban_ret = "
";
}
@@ -133,4 +133,4 @@ class banner_shortcodes extends e_shortcode
}
}
-?>
\ No newline at end of file
+?>