Fixing #238: "Banner image is not responsive"

This commit is contained in:
Arnaud Ligny
2015-01-02 11:46:29 +01:00
parent 68e24e9a8d
commit 4bd1ff9f11
+1 -1
View File
@@ -5,7 +5,7 @@
<div class='row'>
<div class='col-md-12 text-center'>
<?php $bannerType = Setting::get('app_banner_type') ?>
<img src='data:{{ $bannerType }};base64, {{ $bannerImage}}' class='banner-image' />
<img src='data:{{ $bannerType }};base64, {{ $bannerImage}}' class='banner-image img-responsive' />
</div>
</div>
@endif