Markup: <div class="bp-touchSwipe"> <div class="bp-touchSwipe_inner"> <div class="bp-inner_item"></div> </div> </div> Style Customization: /* [ Customize Height ] */ /* CSS */ .bp-touchSwipe, .bp-touchSwipe_inner, .bp-inner_item { height: 220px; /* default */ } /* SCSS */ $bpSwipecHeight : 220px !default; /* [ Customize Width ] */ /* CSS */ .bp-touchSwipe .bp-inner_item { width: 320px; /* default

