opacity: 1,
}, 1000);
-
// replace the event's img element with a wrapper div that has a background image of the same src
$(event_feed).find(".slick-track").children('div').each( function () {
var event_header = $(this).find('h6');
var img_src = $(this).find("img").attr('src');
$(this).find('img').wrap("<div style='background: url(" + img_src + ") no-repeat center center;background-size: cover;' class='image-container'></div>");
$(this).find('img').remove();
- console.log(img_src);
-
});
// slideshow_description.css("opacity",".7");
opacity: 1,
}, 1000);
-
// replace the event's img element with a wrapper div that has a background image of the same src
$(event_feed).find(".slick-track").children('div').each( function () {
var event_header = $(this).find('h6');
var img_src = $(this).find("img").attr('src');
$(this).find('img').wrap("<div style='background: url(" + img_src + ") no-repeat center center;background-size: cover;' class='image-container'></div>");
$(this).find('img').remove();
- console.log(img_src);
-
});
// slideshow_description.css("opacity",".7");
echo "</div>";
}
?>
+ <?php get_template_part('parts/share-this'); ?>
<?php get_template_part('parts/main-content');?>
</div>
</div>