Parallax effect

  • ynadir
    Asked on October 11, 2017 at 11:51 AM

    Dears,


    I want to use a paralaax effect with css code. In form builder, the effect successfully work but it doesn't on live form page.


    Could you please help on that ?


    Thanks,

    Yamine

  • Chriistian Jotform Support
    Replied on October 11, 2017 at 1:05 PM

    Please try to inject this custom CSS code to your form:

    .supernova {

       height: 500px; 

       background-attachment: fixed;

       background-position: top;

       background-repeat: no-repeat;

       background-size: cover;

    }

    To inject custom CSS code to your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

  • ynadir
    Replied on October 12, 2017 at 5:34 AM

    It works !!! 

    Thanks a lot,