RoyalSlider Demo: Responsive
Don't be shy, resize the browser window.
jQuery(document).ready(function() {
$('#banner-rotator').royalSlider({
imageAlignCenter:true,
imageScaleMode: "fill",
hideArrowOnLastSlide:true,
slideSpacing:20,
autoScaleSlider: true,
autoScaleSliderWidth: 1150,
autoScaleSliderHeight: 400
});
});