What is the best size for a product photo?

  • MacaroniKidJohnstownLaurelHighl
    Asked on March 15, 2018 at 3:18 PM

    My photos are coming out tiny on my form. Do you suggest a size?

  • jonathan
    Replied on March 15, 2018 at 4:39 PM

    You can inject custom CSS codes using the Form Designer to customize the width/height of your products images in your payment form.

    Try this CSS codes:

    .form-product-image-with-options {

      width: 150px;

      height: 100px !important;

    }


    1521146346zzz 2018 03 16 04 Screenshot 10


    Let us know if you need further assistance.