Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
All product images on the product page have blank white page on zoom mode (on desktop view). I would like to see the product image with full width. Thanks in advance!
Store: https://trendseshop.com/
yes , please
Go to Customizer and Go to Your product page and add custom CSS
img.pswp__img {
width: 100% !important;
height: 100% !important;
}
.pswp__zoom-wrap {
transform: unset !important;
}
If that don't work please contact me
thank dear for you help, but unfortunately doesn't work