|
|
@ -692,15 +692,6 @@ |
|
|
|
_loaded: function() { |
|
|
|
_loaded: function() { |
|
|
|
if ( this.options.responsive ) { |
|
|
|
if ( this.options.responsive ) { |
|
|
|
|
|
|
|
|
|
|
|
// TODO: cleanup and condense
|
|
|
|
|
|
|
|
this.slidesContainer.css({ |
|
|
|
|
|
|
|
height: this.slides.height() |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.slidesControl.css({ |
|
|
|
|
|
|
|
height: this.slides.height() |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(window).resize( $.proxy(function() { |
|
|
|
$(window).resize( $.proxy(function() { |
|
|
|
this.slidesContainer.css({ |
|
|
|
this.slidesContainer.css({ |
|
|
|
height: this.slides.height() |
|
|
|
height: this.slides.height() |
|
|
|