我已经下载了 NIVO SLIDER,它运行良好,但问题是我不希望滑块调整大小。// 检测窗口调整大小
$(window).resize(function() {
slider.children('img').width(slider.width());
sliderImg.attr('src', vars.currentImage.attr('src'));
sliderImg.stop().height('auto');
$('.nivo-slice').remove();
$('.nivo-box').remove();
});