Images
Overview
This guide explains how to change Product Images dimensions and different storage options for ActiveStorage which is the default attachment storage system in Spree.
Image dimensions
To change the default image dimensions or add new ones you need to create a decorator file app/models/spree/image_decorator.rb
:
You can also create image variations on the fly in your templates, eg.
Using Amazon S3 as storage system
Please refer to the official Active Storage documentation
You can also use Microsoft Azure Storage or Google Cloud Storage
Was this page helpful?