@ -691,15 +691,6 @@
},
_loaded: function() {
if ( this.options.responsive ) {
// TODO: cleanup and condense
this.slidesContainer.css({
height: this.slides.height()
});
this.slidesControl.css({
$(window).resize( $.proxy(function() {
@ -9,8 +9,7 @@
</div>
<script type="text/javascript">
$("#slides")
.slides({
$("#slides").slides({
navigation: false,
responsive: true,
slide: {
@ -21,6 +20,5 @@
playInterval: 8000,
pauseInterval: 16000
})
.slides('play');
}).slides('play');
</script>