Backgound Image Size

  • YMCAWasatch
    Asked on February 13, 2018 at 11:13 AM

    Hello, 


    I uploaded a photo to be the background but when it uploads on the form it is zoomed in and you can't see the full image. How do I adjust that? 


    Thanks.

  • Kevin Support Team Lead
    Replied on February 13, 2018 at 12:19 PM

    The image is being resized since it does not has the same dimensions as the browser's window, if you display the image on its full size it will be displayed like this: 

    Backgound Image Size Image 10

    However, you may change the image to be fixed and display completely injecting this code: 

    .supernova {

        background-size: 100%;

        background-attachment: fixed !important;


    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.