Am Getting Not Acceptable error when i add img tag

Solution:

How do you embed your Images? You can use the WordPress Function:

get_the_post_thumbnail( 
    int|WP_Post $post = null,
    string|array $size = 'post-thumbnail', 
    string|array $attr = ''
)