remove calculate height
This commit is contained in:
parent
500c0deec2
commit
95f447d006
|
@ -143,8 +143,10 @@ if (typeof onYouTubeIframeAPIReady !== 'function'){
|
|||
controlplay.find(".pause-slide").removeClass("active");
|
||||
}
|
||||
})
|
||||
/*
|
||||
var height = opts.slides.filter('.active').height() || opts.slides.height();
|
||||
banner_wrap.height(height).css("padding-bottom","");
|
||||
banner_wrap.height(height)*/
|
||||
banner_wrap.css("padding-bottom","");
|
||||
{{extra_document_ready_script}}
|
||||
$('.pause-slide').off('click').click(function(){
|
||||
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle('pause');
|
||||
|
|
Loading…
Reference in New Issue