i have a small problem my thumbnail images in main page are resized, and the become not sharp the link of images is changing from (=-w400-c-h210) to (=s72-w400-c-h210) so to make it sharp i have to remove s72 form the link but when lok it in my html code i cant find it, i want just to show the same image without resizeing it and i dont know how to chane this data:post.thumbnailUrl/ here is my code:
</b:if>
</span><div class='post-thumb'>
<a href='<data:post.url/>' style='background:url(<data:post.thumbnailUrl/>) no-repeat center center;background-size:cover'></a>
</div></div>
<b:else/>
<b:if cond='data:post.firstImageUrl'>
<div class='post-home-image'><span class='post-labels'>
<b:if cond='data:post.labels'>
<i class='fa fa-folder-open-o'/>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == "true"'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
</b:if>
</b:loop>
</b:if>