Hello,
I want to add a new display version for images. I created a new version in media_processing.conf as
custom= {
RULE = rule_custom_image, VOLUME = images
},
Now, I want the to define a rule, rule_custom_image, in which it display is like this, if the image size is less than 700px by 600px, it shows the image with original size and if it is greater than the above size, then it shows the image in 700/600 keeping the aspect ratio.
Regards,
Farooq
