How to have capability to click image and enlarge it in Payment Form

  • westernqbclub
    Asked on January 18, 2015 at 3:50 PM
    - the ability to click on the image and enlarge it
  • jonathan
    Replied on January 18, 2015 at 5:18 PM

    Hi,

    You cannot do it by clicking the image. However, using the hover on image instead will work.

    Inject this CSS code on the form.

    .form-product-item img:hover {
    height: 50%;
    width: 50%;
    }

    Here is my demo jotform using your form http://www.jotformpro.com/form/50176825600956

    How to have capability to click image and enlarge it in Payment Form  Image 1 Screenshot 20

     

     

    Hope this help. Let us know if this work or not.

    Thanks.