How to make the photo fill the entire screen, from edge to edge. on the phone
Hi, @Alex31
Please share your store url so that I can assist you.
Hi @Alex31
Could you kindly share the link to your store (along with the password, if applicable)? We will review it and provide a suitable solution if possible.
This is done intentionally to show visitors that this a slider and there are other images, however, if you need this, add this to your product page section “Custom CSS” settings:
(you may need !important before semicolons if you add it elsewhere)
media-gallery .slider--mobile {
scroll-padding-left: 0;
}
media-gallery .slider--mobile .product__media-item {
width: 100%;
}

