Posted by Wolfgang Reszel on January 3, 2012 at 12:29pm
4 followers
Jump to:
| Project: | Image javascript crop |
| Version: | 7.x-1.x-dev |
| Component: | PHP |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
since Drupal 7.9 the image dimensions are back in the html rendering of image tags. To support this, you seem to have to add a 'dimensions callback' to the function filtersie_image_effect_info().
Comments
#1
More infos: http://drupal.org/node/1353920
#2
I second this. I just spent several hours trying to figure out why dimensions weren't showing up on my images and finally traced it back to this module. Unfortunately, I have some jQuery that relies on those dimensions being there.
#3
I was busy with this, but then saw that the dimensions callback doesn't pass the file info. Because of this, it's impossible to know which crop selection needs to be loaded.
Anyone knows a trick for this?