Skip to content

Commit a3f2e6a

Browse files
committed
RWD adjustment of image view
1 parent e7eae80 commit a3f2e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/images.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@if((sizeof($files) > 0) || (sizeof($directories) > 0))
55

66
@foreach($directories as $key => $dir_name)
7-
<div class="col-sm-6 col-md-2">
7+
<div class="col-sm-3 col-md-2">
88
<div class="thumbnail text-center" data-id="{{ $dir_name['long'] }}">
99
<a data-id="{{ $dir_name['long'] }}" class="folder-icon pointer folder-item">
1010
<img src="/vendor/laravel-filemanager/img/folder.png">
@@ -34,7 +34,7 @@
3434
<?php $file_name = $file_info[$key]['name'];?>
3535
<?php $thumb_src = $thumb_url . $file_name;?>
3636

37-
<div class="col-sm-6 col-md-2 img-row">
37+
<div class="col-sm-3 col-md-2 img-row">
3838

3939
<div class="thumbnail thumbnail-img" data-id="{{ $file_name }}" id="img_thumbnail_{{ $key }}">
4040
<img id="{{ $file }}" src="{{ $thumb_src }}" alt="" class="pointer" onclick="useFile('{{ $file_name }}')">

0 commit comments

Comments
 (0)