Search code examples
cssslidermaterialize

How to make Carousel Materialize Change Height Between Mobile and Desktop


The Carrousel Materialize does not change height keeping in default 400px.

I would like that according to the device that accesses the site the slide had its height the proportional value changed.

Example computer with default height of 400px and mobile 200px.

Site.css configuration

.slider .slides li img {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

Problems css resize


Solution

  • I think if you'll remove that css part of yours then it'll be fine.

    enter image description here