jQuery Responsive Banner Rotator Plugin is a responsive slider which you can use to display your image, customer testimonial, quote etc. It works fine in the mobile device.
$(document).ready(function() { $('.itemContainer').Rotator({ showArrow: true, autoHideArrow: true, slideShow: true, slideShowDelay: 5000, responsive: true }); }); More options are available in the document.