taxonomy_image generates invalid HTML when no image size specified -> workaround
westbywest - May 7, 2009 - 20:16
| Project: | Taxonomy Image |
| Version: | 5.x-1.6 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
When the Resizing Options Constraint is set to "disabled" in admin/settings/taxonomy_image, then the module outputs invalid IMG tags that do not display at all in Internet Explorer, e.g.
<img src="http://blahblah.net/files/picture.png" alt="Term Name" title="Term Description" width="" height="" />The workaround I have verified is to change the constraint to 'Exact' and enter in the height/width for the image. This workaround will not work for tax images of variable size, however.

#1
This should be fixed in latest 6.x-1.x-dev release (see #402956: Losing image sizes)
Maybe for 5.x branch you need a back-port.
Cheers