Can’t remove WordPress post image height/width attributes?

Is this through the post thumbnail functions, or TinyMCE?

If it’s through the post thumbnail, you should be able to blank out those attributes like this:

the_post_thumbnail('thumbnail', array('height' => '', 'width' => ''));