Hey folks,

LOVE this module, however it does not account for certain PNG files which are inserted without width or height values. I understand that ideally, all images would have those filled in, but with dynamic content, that's not really going to happen all the time.

This issue exists because IE doesn't process the whole "width: 100px; height: auto" thing (which would normally scale the image)-- rather it "squares it" to 100pxX100px. Being that this module is intended to fix things FOR IE, I'd say this is an issue.

Thanks

Comments

robloach’s picture

Mind checking this with 5.x-3.x-dev? It should be fixed as the jQuery solution is a bit nicer.

davemybes’s picture

Version: 5.x-2.x-dev » 5.x-3.x-dev

Its a little odd, but on my local server, the PNG was fine, but on the live server, it got shrunk down. So the issue still half exists for 3.x-dev, I'm afraid. In my situation it was easy enough to assign a width and height to the image (I used CSS and didn't add them within the img element) to get the image to size properly.

Anonymous’s picture

Title: images without width or height get stretched » Image width/height required
Version: 5.x-3.x-dev » 6.x-1.0

I too have had this problem with the latest Drupal 6 version.
Any thoughts on when/if this will be fixed?