A couple issues I found when navigation the documentation book pages.

1) How to discern screen shots from body content? The screenshot on this article is an example of how "confusing" this could end up: (http://redesign.drupal.org/handbook/modules/field). Maybe there should be a (subtle) border or some indicator of the image boundaries ... at least for screenshots ...?

2) How to handle images that are too wide to display in the content area? Classic issue. As with the screen shot on this article: (http://redesign.drupal.org/node/890606) sometimes the whole image is important to have access to, with out "right clicking" and opening it in another window (http://drupal.org/files/list-options.png). At least there could be a wrapper that scrolls the image like :<div style="overflow:auto"><img></div>. Maybe even as cool as Lulabot's code display boxes : (http://www.lullabot.com/articles/creating-custom-cck-fields)

These issues are minor, but should at least be considered.

Comments

drumm’s picture

Status: Needs review » Closed (works as designed)

1) This is the same as Drupal.org. We don't have a great way to determine what is a screenshot and what isn't, so this is unfortunately technically hard.
2) Images should be resized by the editor, http://beta.drupal.org/node/762

In the future, we should look at solving the uploading images in content problem, but not for this round of work.