-
Notifications
You must be signed in to change notification settings - Fork 7
Parameters
This will be the suffix applied to the resized image.
You can use the placeholders {width}
and {height}
to insert pixel size of the resulting image. If maintain aspect ratio option is selected, these values will be the real pixel values of the image, rather than the values you set in width and height fields.
If set to yes, the resized intro image will be generated in a subdir, rather than in the same directory of the original full text image. This directory path will be relative to the original image position (for example, if the original image is under joomlapath/images
, the intro image will be generated under joomlapath/images/subdir
.
The name of the subdirectory where the intro image will be generated. Please use only UTF-8 characters, the use of special characters can lead to unpredictable behavior.
The width of the resized image (admitted range is from 10 to 2.000 px).
If maintain aspect ratio option is selected, this value will act as the max width of the resized image.
The height of the resized image (admitted range is from 10 to 2.000 px).
If maintain aspect ratio option is selected, this value will act as the max height of the resized image.
If set to yes, the aspect ratio of the original image will not be altered and width and height parameters are used as maximum values. Example: original image is 400x200px; with width = 100px and height = 100px the resulting image will be 100x25px; with width = 300px and height = 100px, the resulting image will be 200x100px.
If set to yes, you can specify a custom compression value for the intro image (only works for JPEG images).
The compression value for the generated intro image (admitted range is from 50 to 100).
If set to yes, the 'Alt' and 'Title' fields of the full article image will be copied in intro image fields.