Make product image smaller on mobile product page

@TheVinylFly

Thanks for it

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for 5-6 second
.product-single__thumbnails { display: none;}
1 Like