Adjust product images on Paypal

  • paulodomingues
    Asked on August 14, 2015 at 5:50 PM

    Image with URL, PayPal is very small.It is to increase the square image? You can not see details.

  • Elton Support Team Lead
    Replied on August 14, 2015 at 8:06 PM

    You can make the product images bigger by injecting this CSS codes to your form.

    .form-product-item img {

        height: 100px;

        width: 100px;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    It should have the same output like this:

    Adjust product images on Paypal Image 1 Screenshot 20

    If you also want the product images to be zoom in when clicked, add this widget to your form. http://widgets.jotform.com/widget/product_lightbox

    Demo: http://form.jotform.co/form/33604136500846? click the product image so it zooms in.

    Hope this helps!

  • paulodomingues
    Replied on August 14, 2015 at 10:42 PM

    Product Lightbox is perfect, but the open image could not increase more?

  • Elton Support Team Lead
    Replied on August 15, 2015 at 2:18 AM

    Great!

    Yes you can increase it by changing the 100px values on the above code to your preference. E.g. 200px

    Example:

    .form-product-item img {

        height: 200px;

        width: 200px;

    }