Subject: | Consider removing the height and width attributes. |
Hi there-
If the <img> tag for the gravatar has a fixed height and width attributes, then it is difficult to create a "responsive" design where the size of the image may be scaled up or down, depending on the the screen size.
If these are removed, then I can control the rendered size via the container. See this link for some discussion about "fluid" images:
http://stackoverflow.com/questions/3029422/image-auto-resize-to-fit-div-container
This might change the behavior for some of your current users. But I think it is probably the right thing to be doing -- so we can have more control over the sizing.