When using the Inventory widget, can I resize those thumbnails?

  • penrose
    Asked on May 30, 2017 at 6:34 AM

    When using the Inventory widget, can I resize those thumbnails?

     

    With much thanks

    Steve

  • Nik_C
    Replied on May 30, 2017 at 6:39 AM

    Here is how to do that:

    1) Copy and paste the below CSS code in the Custom Code of the Inventory widget:

    img {

        width: 100px !important;

        height: 100px !important;

    }

     

    When using the Inventory widget, can I resize those thumbnails? Image 1 Screenshot 20

    2) Then copy and paste the below CSS code in your Custom CSS field of the form:

    #customFieldFrame_5 {

    min-height: 140px;

    }

    But you need to know the proper ID of the field (the bolded part). Here is how to find that out: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names

    If you need any further assistance please let us know.

    Thank you!