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

quicksketch’s picture

Width 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.

quicksketch’s picture

Status: Active » Closed (won't fix)
astro75’s picture

This is probably imagecache issue. I created a fix for that #1047416: Width and height not set on theme_imagecache properly