Skip to content

Commit 26e5f14

Browse files
committed
reduce the min image config in the demo
1 parent 0e8aa46 commit 26e5f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
include __DIR__.'/../vendor/autoload.php';
66

77
$options = [
8-
'min_image_width' => 100,
9-
'min_image_height' => 100,
8+
'min_image_width' => 60,
9+
'min_image_height' => 60,
1010
'images_blacklist' => null,
1111
'choose_bigger_image' => false,
1212

0 commit comments

Comments
 (0)