jQuery(document).ready(function($){$(".wcp-slick").each(function(index,el){var slick_ob={infinite:($(this).data('infinite')=='on')?!0:!1,pauseOnHover:($(this).data('pauseonhover')=='on')?!0:!1,initialSlide:($(this).data('initialslide')!=undefined)?parseInt($(this).data('initialslide')):0,dots:($(this).data('dots')=='on')?!0:!1,arrows:($(this).data('arrows')=='on')?!0:!1,autoplay:($(this).data('autoplay')=='on')?!0:!1,autoplaySpeed:$(this).data('autoplayspeed'),draggable:!0,cssEase:($(this).data('cssease')=='on')?'linear':'ease',swipeToSlide:!0,speed:$(this).data('speed'),slidesToShow:$(this).data('slidestoshow'),slidesToScroll:$(this).data('slidestoscroll'),slidesPerRow:$(this).data('slidesperrow'),rows:$(this).data('rows'),adaptiveHeight:!0,responsive:[{breakpoint:992,settings:{slidesToShow:$(this).data('slidestoshowtab'),slidesToScroll:1,}},{breakpoint:768,settings:{slidesToShow:$(this).data('slidestoshowmob'),slidesToScroll:1,}}]};$(this).slick(slick_ob)});if($('.fixed-height-image').length){$('.fixed-height-image').imagefill();setTimeout(function(){$('.fixed-height-image').imagefill()},50)}}) ;