Commit cdbec0a1 authored by Nicolas Widart's avatar Nicolas Widart

Setting a smallThumb

parent bde08c76
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
return [ return [
'smallThumb' => [ 'smallThumb' => [
'crop' => [ 'fit' => [
'width' => '100', 'width' => 50,
'height' => '200' 'height' => 50,
'callback' => function($constraint) {
$constraint->upsize();
}
], ],
] ]
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment