We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aac4c commit 5c91ea4Copy full SHA for 5c91ea4
src/resources/views/public/_images.blade.php
@@ -8,7 +8,7 @@
8
data-fancybox="{{ $model->slug ? : 'group' }}"
9
data-options='{ "buttons": ["close"], "infobar": false }'
10
>
11
- <img class="image-list-item-image" src="{{ $image->present()->image(370, 370) }}" width="{{ $image->width }}" height="{{ $image->height }}" alt="{{ $image->alt_attribute }}">
+ <img class="image-list-item-image" src="{{ $image->present()->image(520, 520) }}" width="260" height="260" alt="{{ $image->alt_attribute }}">
12
</a>
13
</li>
14
@endforeach
0 commit comments