How to adapt slideshow images to all screens?

Hi guys,

I have a slider on my page, but this one doesn’t adapt to different screen sizes, on desktop.

This is my site: https://eltemplodelamoda.com/

And this is the principal slider:

I want to make my slider responsive, someone can help me with this one ?

Thank you everyone,

Regards.

@arbeygp

Please add the following CSS code to your assets/base.css bottom of the file.

@media only screen and (max-width: 1024px){
.slideshow__image {background-size: contain !important;}
}

Thanks!

i don’t feel like this is working on the Dawn theme… I’ve done it and the mobile view doesn’t show me the full image :disappointed_face: