Closed (won't fix)
Project:
Insert
Version:
6.x-1.0-beta6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
28 Sep 2010 at 21:29 UTC
Updated:
1 Feb 2011 at 13:01 UTC
We would like the admin to have one less step when inserting an image. It would be appreciated if when admin inserts an image, the width and height would be defined in the image properties pop up dialog box.
At the moment the admin must click the reload icon to get the image's width and height to load into the pop up dialog box.
much thanks on all the hard work you are doing on drupal.
Comments
Comment #1
quicksketchWidth and height are automatically added for you if you're using a normal image and not an imagecache preset. ImageCache presets are very difficult to populate the height/width automatically. This has come up before. See #505420: Calculate width and height attributes when inserting ImageCache images.
Comment #2
quicksketchComment #3
astro75 commentedThis is probably imagecache issue. I created a fix for that #1047416: Width and height not set on theme_imagecache properly