Inline width and height attributes were never a huge problem with images in WordPress, since these were easily overwritten with CSS.
The problem I’m having is that any images with captions are being wrapped in a ID ‘attachment_(‘attachmentnumber’) and a class of ‘wp-caption’ AND they’re given inline CSS width and height properties.
This is a major pain in the butt, so I’d like to remove the inline styles of this div if at all possible.