100%h x 100%w on External Site How To
-
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”>
Your browser does not support frames. Click here to view the page.
</iframe>
</body>
</html>
- The topic ‘100%h x 100%w on External Site How To’ is closed to new replies.