« See all FAQs for Bigbang - Responsive WordPress Template
In some browsers I have empty places where image should be. How to remove these spaces?
Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$("img").each(function(){
if ($(this).attr("src") == "") $(this).parent("a").parent(".post-media").remove();
})
});

