ionic slider ion-slide-box with width smaller than page width

I am trying to manage to get the ionic slider (ion-slide-box) to work, but I can't find the right css to achieve a slider for which each box is way smaller than the width of the page.

Can you help me achive a slider like this one :

enter image description here

Thanks !

ion-slide-box works without any additional CSS. Just ionic.css. Have used it in my app. but as far as I see, it seems to be meant to only show one slide per page. Are you trying to modify CSS and get multiple slides to display per page? If so, I guess that's not the right approach.

This is the description given by Ionic for the ion-slide-box

The Slide Box is a multi-page container where each page can be swiped or dragged between:

See http://ionicframework.com/docs/api/directive/ionSlideBox/