How to show the thumbnail of product in full?

  • ddperegrin
    Asked on October 5, 2015 at 2:22 PM
    The only other problem I have with this form
    is the way it's displaying images. I do have light box installed, which I
    like. But, the thumbnail images are only partial images. I can't figure out
    how to show the entire product. Does that make sense?
    http://form.jotform.us/form/51314682240144
    ...
  • Charlie
    Replied on October 5, 2015 at 2:26 PM

    Hi,

    The thumbnail is aligned with the check box input of the product, to fully show the thumbnail image, you might need to adjust the height of the actual product.

    You can use this custom CSS code:

    .form-product-item {

    display: block !important;

    height: auto !important;

    }

    You can check how the product image is displayed in my cloned form, however, it will also display the additional options. Here's a cloned form with that change: http://form.jotformpro.com/form/52775445401960?

    Do let us know if that works.