When my site is full screen on a desktop, the images are the correct size. When I make the screen smaller, the images don’t get smaller with the screen. Instead, they get cut off. My site is https://calibluedesigns.com/
Thank you!
When my site is full screen on a desktop, the images are the correct size. When I make the screen smaller, the images don’t get smaller with the screen. Instead, they get cut off. My site is https://calibluedesigns.com/
Thank you!
Please place this code at the end of theme.scss
@media only screen and (min-width: 1440px) {
.image-bar__item {
background-size: contain;
}
}
Dear @calliestober
Hope this will help
/* Start */
@media only screen and (max-width: 749px) {
#shopify-section-1608186109c03ce79d .image-bar { max-width: 100% !important;}
#shopify-section-1608186109c03ce79d .image-bar--large .image-bar__item { height: auto !important; background-size: cover; }
}
/* End*/