Photos to small on mobile

Hello I have a website with the theme ride and for some reason when I upload my product photos they are small. Is there anyway to resize my images to make the product I am selling much larger and clear? Thank you.

Poisenworld.com

storefront password: pw

  • Here is the solution for you @iampoisen if you want to zoom image product
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (max-width: 749px) {
.product-media-container .product__media img {
     transform: scale(1.2) !important;
}
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.