Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 21:19 UTC
Updated:
17 May 2009 at 12:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedNot sure what you mean... I think the concern was adding an extra filestat to each image. You should be able to easily do it in the theme layer...
Comment #2
skilip commentedtheme_imagecache forces the dimensions into the image tag which IMHO should be optional, just like in theme_image.
Comment #3
drewish commentedyeah I can see the benefit of making it optional. i think we should test $getsize first so that we don't bother checking the file info if we're not going to send it.
Comment #4
skilip commentedYup, that's true
Comment #5
drewish commentedthanks, committed this plus a @param to HEAD.