Skip to content

Commit

Permalink
fix on file error, remove them in board
Browse files Browse the repository at this point in the history
  • Loading branch information
webplusmultimedia committed Apr 17, 2024
1 parent 49ccee0 commit ec57e88
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
3 changes: 1 addition & 2 deletions config/gallery-json-media.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// config for WebplusMultimedia\GalleryJsonMedia

use Spatie\Image\Enums\CropPosition;
use Spatie\Image\Manipulations;

return [
'disk' => 'public',
Expand All @@ -15,7 +14,7 @@
'signing_key' => 'app.key',
'driver' => 'imagick', // gd or imagick
'quality' => 80,
'thumbnails-crop-method' => CropPosition::Center,
'thumbnails-crop-method' => null,
'thumbnails-saved-format' => null, // Manipulations::FORMAT_PNG / following formats are supported: FORMAT_JPG, FORMAT_PJPG, FORMAT_PNG, FORMAT_GIF, FORMAT_WEBP and FORMAT_TIFF

],
Expand Down
4 changes: 2 additions & 2 deletions resources/dist/components/gallery-json-media.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec57e88

Please sign in to comment.