add_filter( 'image_send_to_editor', function($html){ return preg_replace('/(width|height)="\d*"\s?/', "", $html); });