how to make the image that is inside the slide in ionic slider fit the height and width in all screens
i tried this code blow but in some devices like iPhone 5SE doesn’t work
.slideroption{
max-width: 100%;
max-height: 100% !important;
border-radius: 5px;
.slide-zoom{
max-width: 100%;
max-height: 100% !important;
img{
max-width:100%;
max-height:100%;
border-radius: 5px;
}
}
}