How do I resize the product image and layout.

  • Hochwimmer
    Gefragt am 22. Januar 2024 um 11:58
    Wie kann ich die Bildgröße des Produktes verändern?
  • Annaliza_O Jotform Support
    Geantwortet am 22. Januar 2024 um 12:04

    Hi Johannes,

    Thanks for reaching out to Jotform Support. Unfortunately, our German Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in German, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. To change the product list image you can inject the CSS Code.

    .form-product-image-with-options {

      height : 100px;

      width : 100px;

    }

    Checkout the screencast below to show my result:

    How do I resize the product image and layout Screenshot 20

    Give it a try and let us know if you need any help.