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
Comment #1
robloachMind checking this with 5.x-3.x-dev? It should be fixed as the jQuery solution is a bit nicer.
Comment #2
davemybes commentedIts 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.
Comment #3
Anonymous (not verified) commentedI too have had this problem with the latest Drupal 6 version.
Any thoughts on when/if this will be fixed?