Widgets configuration
Configure size and cropping of images
All widgets have their own predefined image resizing and cropping options. They can be changed in administration panel Developer -> Modules config -> Content management
Available options:
- Height - image height
- Width - image width
- Quality - a number from 0 (low quality) to 100 (best quality)
New setting apply only for new uploaded photos. Old photos are not resized automatically.
All themes goes with parameters file that should be imported to set correct cropping options for that theme.
Most widgets saves three instances of each image:
- original
- big (for lightbox)
- small (for inline display)
There is no way to add more versions of image unless creating your own widget. But it does not mean that you can't have different sizes on your website. We suggest to use CSS scaling if you need more versions of the same image. Here is an example how to add a layout that scales image to required size.
Widget layouts
Each widget can have many different layouts. For example, text/photo widget by default has left and right layouts. You can add your own layout if you want.
Write a comment
You must be logged in to comment.