How to resize the iframe height of the Drag and Drop Upload widget in the form

  • rtolmach
    Asked on January 7, 2018 at 2:57 PM

    Hi

    The Drag and Drop Upload widget is cool, but the area it eats up on the form is HUGE--about 10X taller than it needs to be. I assume there is a way to use CSS to make that area less tall. How?

    Thanks!

  • jonathan
    Replied on January 7, 2018 at 4:48 PM

    Yes you can customize the iframe dimensions of the widget using custom injected CSS codes. For example, the Drag & Drop upload widget on your form can be alter with the following CSS.

    #customFieldFrame_6{

    height: 250px;

    width:350px;

    }

    1515361701zzz 2018 01 08 05 Screenshot 10


    Let us know if this did not work for you.