Set max-width on the app banners

This commit is contained in:
James Brooks
2014-12-31 11:57:21 +00:00
parent 893390f407
commit b83a2cb6b1

View File

@@ -45,7 +45,7 @@
<label>Banner Image</label>
@if($banner = Setting::get('app_banner'))
<div class='well'>
<img src='data:{{ Setting::get("app_banner_type") }};base64,{{ $banner }}' style='max-width: ' />
<img src='data:{{ Setting::get("app_banner_type") }};base64,{{ $banner }}' style='max-width: 100%' />
</div>
@endif
<input type='file' name='app_banner' class='form-control' />