• Resolved trde

    (@trde)


    I can’t force popup window to make it fullscreen. I am using Fancybox to create contact form 7 window. Take a look at my code:

    <a class="zglos fancybox" href="#contact_form_pop">Zg?o?</a>
    <div class="fancybox-hidden" style="display: none;"><div id="contact_form_pop">[contact-form-7 id="689" title="Zg?o?"]</div></div>

    I would like to make it fullscreen or minimum 80-90% width/height of screen. It is possible?

Viewing 1 replies (of 1 total)
  • Hi, the best option is to give your inline content some width and maybe some height FancyBox can work width:

    
    ...
    <div id="contact_form_pop" style="width:600px;height:800px">
    ...
    

    Or you can try and set a much larger default window size on Settings > Media…

Viewing 1 replies (of 1 total)
  • The topic ‘fullscreen form… or minimum 80%?’ is closed to new replies.