With ImageAPI 6.x-1.10 , ImageCache 6.x-2.0-beta12, and php 5.3.2 , and using GD2 I can not get to image to resize.
I have tried on the php and the full Html input filter, I have enabled the image_resize_filter, and rearranged so it is firing first.
This is how I am inputing the image

This is what is outputted

I have made sure the /files/ is chown by web user, and 755 permission ...
I've tried variations of using
Nothing seems to make it fire. On a separate install, I saw the same thing, but had ckeditor enabled, if I used the ckeditor , and resized the image, it would resize. But not if I just manually tried to hand code the html.
Any thoughts?
Comments
Comment #1
shaneforsythe commentedWell that didn't work ...
Here is how I was inputing the images
Comment #2
quicksketchMaybe try double quotes around the src property? It should work with either single or double quotes though.
And the image needs to actually exist on the server for image resize filter to work of course.
Comment #3
shaneforsythe commentedYup, that fixed it ... double quotes for src and width.
Comment #4
frobthis issue looks fixed to me.