Hello @luvthemama ,
To make images responsive on all the screens, you can simply follow the below steps.
- Go to Shopify Admin Dashboard and click on Online Store → Themes.
- Click on the Actions button → select Edit Code.
- In the left-hand sidebar, navigate to the Layout folder and click to open the theme.liquid file.
- Scroll to the bottom of the file and add the following code above the tag:
.banner {
display: block !important;
min-height: auto !important ;
}
.banner__media.media {
height: auto !important;
}
.banner__content {
display: none;
}
.banner__media.media img {
position: static !important;
height: auto !important;
}
Hope this helps; let us know if you have any questions.
Regards,
CedCommerce