--- title: Stage Padding Demo subTitle: stagePadding nav: demos description: Stage Padding usage demo sort: 8 tags: - demo - core --- {{#markdown }} ### Overview Stage padding option adds left and right padding style (in pixels) onto stage-wrapper. Option: ``` stagePadding: Number ``` ### Setup ``` $('.owl-carousel').owlCarousel({ stagePadding: 50, loop:true, margin:10, nav:true, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }) ``` ### html ``` ``` {{/markdown }}