Whent TI is setted to "preserve taxonomy image size" in HTML will be displayed empty string for height and width.
That's because in "taxonomy_image_resize()" sizes are setted to empty string if resizing is disabled.
My patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_image-image_size_setted_to_empty.patch | 589 bytes | thepanz |
Comments
Comment #1
nancydruYou are correct. Thanks for the patch.