Bug with ionic-menus & ionic slider

Hello, can you help me?
I have the structure below:
ion-side-menus
ion-side-menu-content
ion-content has-header=“true” scroll="true"
ion-slide-box
<ion-slide
/ion-slide
/ion-slide-box
/ion-content
/ion-side-menu-content
ion-side-menu width=“100” side=“left” expose-aside-when=“large”
/ion-side-menu
/ion-side-menus

ion-side-menu tag has ‘expose-aside-when=“large”’, so its open, when the screen is wider then 767px.
ion-content tag has width of screen without ion-side-menu’s width (100px in my case_)
but slider gets width of “device screen” and multiplies it with the page count.
I think slider must get width of the parent’s element (ion-content in my case)

Hi,
I’m facing same issue. Is there any solution for this problem?