Commit 08cadae8 by Bagus Pambudi

fix gallery carousel

parent 27f802bb
...@@ -235,11 +235,14 @@ ...@@ -235,11 +235,14 @@
<img src="{{ url('/storage/gallery/' . $value->thumbnail) }}" alt="" class="img-responsive"> <img src="{{ url('/storage/gallery/' . $value->thumbnail) }}" alt="" class="img-responsive">
@endif @endif
<div class="magnifier"> <div class="magnifier">
<div class="buttons"> <div class="buttons">
<a class="st" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}"><i class="button"></i>{{$value->title}}</a> <a class="st btn btn-default" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}" target="_blank">
</div><!-- end buttons --> View
</div><!-- end magnifier --> </a>
<h3>{!! $value->title !!}</h3>
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry --> </div><!-- end entry -->
</div><!-- end item --> </div><!-- end item -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment