Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @mtncreative,

    The iframe doesn’t load in my test site to confirm how it behaves. By “cut off” you meant the height of the embedded form, right?

    If yes, you can try the following CSS and see whether it helps:

    .azoom-iframe-container {
           width: 495px;
    }
    

    You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do let us know if you have any further queries.

    Kind Regards,
    Nithin

    Thread Starter mtncreative

    (@mtncreative)

    That code didn’t work… it actually cut off the width of the form. It is the heighth of the form that is getting cut off..

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @mtncreative

    I hope you ar doing well.

    You can use a code similar to this:

    <iframe width="100%" height="500"
    src="https://www.coloradogives.org/forms/Revel?id=t841ze&embed=donation_widget&#8222"
    scrolling="no" marginHeight="0" marginWidth="0" frameBorder="0"></iframe>

    But it is important to say that it sets 500px to height and some lazy Load can break it, so you can also set the same size to your PopUp:

    https://monosnap.com/file/9WRrYdWVYj0oDI98hs2IqgfpEssNcQ

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mtncreative ,

    We haven’t heard from you for a while now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Embed form cutting off’ is closed to new replies.