Hi Adam,
Thank you for the reply.
I am trying to apply this inside HTMl part.
I am thinking that the above code snippet you posted is for the whole web part.
I just wanted to apply the If condition around the Image tag.
{%Title%}
<div class="large-5 medium-5 column">
<img class="border" src="{%Image%}" />
</div>
<div class="large-7 medium-7 column">
{%Content%}
</div>
********************************************