Skip to content

Commit

Permalink
aspectRatio key name updated in docs (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimit authored Aug 8, 2022
1 parent 9789976 commit 6d0e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Images::make('Gallery')->croppable(false);

You can set all configurations like ratio e.g. as following:
```php
Images::make('Gallery')->croppingConfigs(['ratio' => 4/3]);
Images::make('Gallery')->croppingConfigs(['aspectRatio' => 4/3]);
```
Available cropping configuration, see https://github.com/timtnleeProject/vuejs-clipper#clipper-basic.

Expand Down

0 comments on commit 6d0e077

Please sign in to comment.