theme_imagefield_image_imagecache_thickbox() creates its own <img> tag without specifying the width and height of the image. The attached patch replaces this code with a simple call to theme('imagecache') so the width and height attributes are correctly specified.
| Comment | File | Size | Author |
|---|---|---|---|
| thickbox-imagecache.patch | 1007 bytes | longwave |
Comments
Comment #1
gooddesignusa commentedthank you. Seems to be working :)
Comment #2
frjo commentedThanks for helping to clear out old cruft like this. I will test it out and then commit it to 6-dev.
Comment #3
frjo commentedCommitted to 6-dev, thanks longwave.