Hi
Can anyone please tell me why my slideshow banners are not resizing to mobile on my Brooklyn theme?
The url for my website is https://mummy-gummies.com/
Thank you in advance for any help!
Claire :))
Solved! Go to the solution
Please place this code at the end of theme.scss
Please make the 'm' of media small.
@_media only screen and (max-width: 600px) {
#Slideshow-slideshow {
background-color: #ffffff;
}
.slideshow__image {
object-fit: contain;
-o-object-fit: contain;
}
}
This is an accepted solution.
Please add this code also.
Please make the 'm' of media small.
@_media only screen and (max-width: 749px) {
.slideshow--adapt .slideshow {
min-height: 42vw;
}
}
Thank you for update.
User | Count |
---|---|
436 | |
196 | |
141 | |
57 | |
44 |