Uploaded image shown 50 pxl width and 50 pxl height

  • lsgagt2016
    Asked on September 24, 2016 at 1:15 PM

    The individuals signature uploaded (via "file upload tool) file seen small when we click on Edit submission in spread sheet. For only reason we are paused in our work. Any crew take it an urgent case and find a solution. Please.

    Jotform Thread 941036 Screenshot
  • Elton Support Team Lead
    Replied on September 24, 2016 at 3:44 PM

    That's just a thumbnail preview of the uploaded image so it is expected to be small. However, it is scaled properly once it is sent to your email as well as on the form submissions page. You can also download the image to get a good view of its actual dimensions.

    Anyway, it is still possible to scale up the preview image on edit mode, just inject this CSS codes to your form and all preview image in edit mode will have a minimum 200px dimensions.

    div[id^="clip_"] img, div[id^="clip_"] {

        min-width: 200px;

        height: auto !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it into the bottom section if you have existing CSS codes into your form)

    Example result:

    Uploaded image shown 50 pxl width and 50 pxl height Image 1 Screenshot 20

     

    Hope this helps!