Closed (fixed)
Project:
Thickbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 May 2009 at 13:52 UTC
Updated:
15 Jun 2009 at 09:50 UTC
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.