Assuming you are using Kentico BlogPost and you are using contribution form to fill this value of BlogPostTeaser
How about using this?
{% IfEmpty(Eval("BlogPostTeaser"), "", "<img src=\"" + Eval("BlogPostTeaser") + "\" />") %}
or
{% If(Eval("BlogPostTeaser"), "<img src=\"" + Eval("BlogPostTeaser") + "\" />", "") %}
I also recommend the solution suggested by Treveor.
Thanks,
Chetan