$(function(){ var id = '#tabs1'; $( id ).cycle({ height: 'auto', width: null, timeout: 4000, speed: 1000, containerResize: false, fit: false, pause: false, fx: 'none' }); });