Download the PHP package volldigital/autosizeimages without Composer
On this page you can find all versions of the php package volldigital/autosizeimages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download volldigital/autosizeimages
More information about volldigital/autosizeimages
Files in volldigital/autosizeimages
Package autosizeimages
Short Description Statamic 3 addon to automagically resize images
License MIT
Homepage https://voll.digital
Informations about the package autosizeimages
Autosize Images
This statamic 3 addon provides you with the ability to get automagically resized images upon uploading.
Get started
Installation
Use the statamic marketplace to install the addon.
For evaluation purposes you may install the plugin directly via
Publish the config
You may modify the published config and add as many formats as you need. The config is provided in YAML format.
Example:
The following resized images will be created while keeping the aspect ratio
- Width: 480px
- Width: 640px
- Width: 900px
- Width: 1200px
The following resized images will be created while NOT keeping the aspect ratio
- Width: 400px, Height: 400px
Regenerate all resized images
You can use the console command to delete and recreate all resized images. You should use this with caution though, especially if you made changes to the config in between image generations. You may need to manually link them to all entries again.
All versions of autosizeimages with dependencies
php Version ^7.4 || ^8.0
laravel/framework Version ^7.30.3 || ^8.40
intervention/image Version ^2.6