Borderless POPUP-lightbox picture/image

  • szendavi
    Asked on January 28, 2016 at 9:10 AM

    Hi!

    I'd like to make a borderless/full frame popup window, with just one uploaded picture? What should I set up, to have mi popup lightbox window without any white,... frame and anything. JUST 1 PICTURE + a close "X" button.

     

    Thanks

    David

    Jotform Thread 758477 Screenshot
  • mert JotForm UI Developer
    Replied on January 28, 2016 at 12:13 PM

    Hi David,

    You can use the following CSS code to disable the padding and margin values of the form and also, you can stretch the image's width and height values by injecting some custom CSS to your form.

     

    img {

    width: 100%;

    height: 100%;

    }

    .form-line, .form-all, .jotform-form{

    padding: 0 !important;

    margin: 0 !important;

    }

     

    Please, try this one and let us know the results.

    Thanks.

  • szendavi
    Replied on January 29, 2016 at 6:01 AM

    Wow, great, worked like a charm:) 

    I'm very happy, plus thanks for the quick answer too:)

     

    Many thanks,

    David

  • mert JotForm UI Developer
    Replied on January 29, 2016 at 7:25 AM

    David, you are most welcome. I'm happy to see that the codes have worked for you. If you need anything else about this, please do let us know.

     

    Have a great day.