When I activate image resize filter, images that have a % width and height are changed to the original fixed px setting, displaying the full image and causing it to expand out of the borders of my content field.

Comments

quicksketch’s picture

Percentage height/width are not supported as the module would have no idea what width "100%" means, but it shouldn't be modifying the image at all if it encounters a percentage height/width.

> % width and height are changed to the original fixed px setting

I don't quite understand what you mean here. Do you mean the image is displayed at its original size?

Could you provide examples of the input HTML you've provided, and the resulting (incorrect) HTML result?