Reply to Re: Image width resize

Re: Image width resize new!
by colin, 15 years, 1 month ago
Your image is being resized to fit within 150x150 by default. So if you set only image_x to be 200 (or 800) and not image_y, then image_y defaults to 150. So for the second process(), you are resizing within 800x150, and because your original image aspect, it ends up resizing into 200x150 to keep the ratio.

This is why your image is always being resized to an height of 150 pixels. Set image_y to be something (150 pixels, or 600 pixels, etc...) and it will work.

If you use image_ratio_no_zoom_xxx, you must set image_x and image_y.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important