Why isn't my mobile slideshow displaying the entire image?

My apologies, I know this question has been answered plenty of time but it still wont work for me I jut need the mobile slideshow to show the entire image.

DTFRENZY.com

@Mallah34

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

@media screen and (max-width: 749px){
.banner__media.media>img {object-fit: fill !important;}
.banner__box {padding: 0px !important;}
}

Thanks!

1 Like