Resizing Product Image

  • brunociab
    Asked on December 5, 2015 at 9:07 PM

    As fotos de produtos do meu formulario esta muito pequenas... Como faço para aumentar o tamanho?

     

    tipo esse modelo que descobri agora pouco:

    https://form.jotformz.com/53388139727669?

  • Jan
    Replied on December 6, 2015 at 1:10 AM

    Hi there,

    Please follow this steps

    1. Click the Form Designer in the top toolbar.

    Resizing Product Image Image 1 Screenshot 30

     

    2. Go to the CSS tab.

    Resizing Product Image Image 2 Screenshot 41

     

    3. Please paste this custom CSS Code:

     

    .form-product-image {

        width : 150px;

        height : 150px;

    }

     

    .form-product-image-with-options {

        width : 150px;

        height : 150px;

    }

     

    4. Save and Exit.

     

    Hope this helps. Thank you.