Skip to content

Commit 5c91ea4

Browse files
committed
Update _images.blade.php
1 parent e8aac4c commit 5c91ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/public/_images.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
data-fancybox="{{ $model->slug ? : 'group' }}"
99
data-options='{ "buttons": ["close"], "infobar": false }'
1010
>
11-
<img class="image-list-item-image" src="{{ $image->present()->image(370, 370) }}" width="{{ $image->width }}" height="{{ $image->height }}" alt="{{ $image->alt_attribute }}">
11+
<img class="image-list-item-image" src="{{ $image->present()->image(520, 520) }}" width="260" height="260" alt="{{ $image->alt_attribute }}">
1212
</a>
1313
</li>
1414
@endforeach

0 commit comments

Comments
 (0)