• Resolved CaptainsLog

    (@captainslog)


    I have some iframe code that makes an external page load at 100% x 100% and is responsive. How do I use your plugin to achieve the same effect? What settings do I use? Do I need to use the stand alone to get the same affect?

    On this page: https://rncareers.org/lpntorn3

    <!DOCTYPE html>
    <html>
    <head>
    <title>LPN to BSN Option 2 B</title>

    <meta http-equiv=”content-type” content=”text/html; charset=UTF-8″>
    <meta name=”description” content=”” />
    <meta name=”robots” content=”noindex” />

    <style>
    /* Make this shnizzle full screen and responsive */
    body {
    margin: 0;
    }
    /* fix for older browsers */
    iframe, object, embed {
    height: 100%;
    width: 100%;
    }
    iframe, object, embed {
    display: block;
    background: #000;
    border: none;
    height: 100vh;
    width: 100vw;
    }
    </style>

    </head>
    <body>
    <iframe src=”https://www.achievetestprep.com/nursing-lpn?campaign=cmlpnbsn2&utm_campaign=CMarketing%20Lpnbsn2.net&utm_source=partners”&gt;
    Your browser does not support frames. Click here to view the page.
    </iframe>
    </body>
    </html>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mdempfle

    (@mdempfle)

    Do you have the free or the pro version? Because you refer to the standalone version.

    But you can simply set the needed styles at the “style” attribute and set height and width to 100%

    Best, Michael

    Thread Starter CaptainsLog

    (@captainslog)

    you did not answer my question. unless i am missing something it is set at 100% by 100% according to the code above and the result isn’t fully responsive.

    This is what it looks like with 100 x 100 in the free version:

    https://rncareers.org/lpn-bsn-option-3/

    HOW IS YOUR PLUGIN GOING TO HELP ME RESOLVE THIS ISSUE? I AM LOOKING TO BUY IT, BUT IF IT CAN’T RESOLVE THE ISSUE WHY WASTE EVERYONE’S TIME?

    IF IT CAN RESOLVE THE ISSUE,THEN HOW? THE WP or STANDALONE VERSION? AND WHAT SETTINGS?

    Or, does the free version resolve this issue? If so how?

    Thanks,

    Jeff

    Plugin Author mdempfle

    (@mdempfle)

    Can you please stop double posting all your questions on 2 different websites. I will continue on codecanyon as the code you posted above is not working,

    Best, Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘100%h x 100%w on External Site How To’ is closed to new replies.