seperate images
This commit is contained in:
@@ -87,13 +87,28 @@
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
@foreach($templatepaths_arrays as $k => $template)
|
||||
<div class="col-sm-6 col-xs-12" style="overflow: auto; padding: 10px;">
|
||||
<div style=" width:100%; margin:0 auto;">
|
||||
<img id="{{ strtolower($template->Side) }}-image-thumb" src="{{asset('/public/images/loading-please-wait.gif')}}" class="img img-responsive img-loader">
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-center">
|
||||
@foreach($templatepaths_arrays as $k => $template)
|
||||
@if($k == 0)
|
||||
<img id="{{ strtolower($template->Side) }}-image-thumb" src="{{asset('/public/images/loading-please-wait.gif')}}" class="img img-responsive img-loader">
|
||||
@endif
|
||||
@endforeach
|
||||
</div>
|
||||
@endforeach
|
||||
<div class="col-md-6 text-center">
|
||||
<div class="row">
|
||||
|
||||
@foreach($templatepaths_arrays as $k => $template)
|
||||
<div class="col-md-3 text-center">
|
||||
@if($k != 0)
|
||||
<img id="{{ strtolower($template->Side) }}-image-thumb" src="{{asset('/public/images/loading-please-wait.gif')}}" class="img img-responsive img-loader">
|
||||
@endif
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<div id="dd_footer_button">
|
||||
@@ -344,8 +359,6 @@
|
||||
// }
|
||||
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
function generateThumbnails(){
|
||||
|
||||
Reference in New Issue
Block a user