Commit 08cadae8 by Bagus Pambudi

fix gallery carousel

parent 27f802bb
......@@ -235,11 +235,14 @@
<img src="{{ url('/storage/gallery/' . $value->thumbnail) }}" alt="" class="img-responsive">
@endif
<div class="magnifier">
<div class="buttons">
<a class="st" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}"><i class="button"></i>{{$value->title}}</a>
</div><!-- end buttons -->
</div><!-- end magnifier -->
<div class="magnifier">
<div class="buttons">
<a class="st btn btn-default" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}" target="_blank">
View
</a>
<h3>{!! $value->title !!}</h3>
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
</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