Can I enlarge the product photo in the sale order form?

  • jntsou
    Asked on December 4, 2014 at 12:14 AM

    Can I enlarge the product photo in the sale order form?
    The photo seem to be really small. Any CSS code would help!
    http://www.jotform.com//?formID=43366030462145
    Thanks,
    Jean
    On Wed, Dec 3, 2014 at 5:14 PM, JotForm Support Forum <
    noreply@jotform.com> wrote:

  • Welvin Support Team Lead
    Replied on December 4, 2014 at 12:19 AM

    Hi,

    Please inject the following custom CSS codes to your form:

    .form-product-image, .form-product-image-with-options {

    width: 150px;

    height: 150px;

    }

    Follow the instructions in this guide for adding the codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. You can always change the value to your desired size.

    And you may need to remove the two column codes to the form in order to properly show the product items.

    Thanks