Hi, I need some help.
Images are not loading on mobile, I tried other fixes on forum but they seem outdated since files aren’t name the same as last year
You can check this on my site:https://kizia.pl/products/heavyweight-unisex-crewneck-t-shirt-7
Please Help.
Difference between desktop and mobile
Hi @Swordfish1
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (max-width: 749px){
.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
display: block !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Thank you for your answer!
As I understand I replaced this part of code with yours
}
@media screen and (max-width: 749px) {
.small-hide {
display: none !important;
}
}
But it only adds the < 1/1 > and the image is still not showing on mobile.