use iframe.html as iframe source, remove iframe height

This commit is contained in:
Nicolas Cusan
2019-09-04 10:30:20 +02:00
parent 90c2b63d57
commit c537af2d9a
4 changed files with 19 additions and 3 deletions

16
iframe.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iframe Content</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="stylesheet" href="destyle.css">
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
</head>
<body>
<h1>Iframe Content</h1>
</body>
</html>

View File

@@ -292,7 +292,7 @@
</article> </article>
<article id="embedded__iframe"> <article id="embedded__iframe">
<header><h2>IFrame</h2></header> <header><h2>IFrame</h2></header>
<div><iframe src="test.html" height="300"></iframe></div> <div><iframe src="iframe.html"></iframe></div>
<footer><p><a href="#top">[Top]</a></p></footer> <footer><p><a href="#top">[Top]</a></p></footer>
</article> </article>
</section> </section>

View File

@@ -292,7 +292,7 @@
</article> </article>
<article id="embedded__iframe"> <article id="embedded__iframe">
<header><h2>IFrame</h2></header> <header><h2>IFrame</h2></header>
<div><iframe src="test.html" height="300"></iframe></div> <div><iframe src="iframe.html"></iframe></div>
<footer><p><a href="#top">[Top]</a></p></footer> <footer><p><a href="#top">[Top]</a></p></footer>
</article> </article>
</section> </section>

View File

@@ -292,7 +292,7 @@
</article> </article>
<article id="embedded__iframe"> <article id="embedded__iframe">
<header><h2>IFrame</h2></header> <header><h2>IFrame</h2></header>
<div><iframe src="test.html" height="300"></iframe></div> <div><iframe src="iframe.html"></iframe></div>
<footer><p><a href="#top">[Top]</a></p></footer> <footer><p><a href="#top">[Top]</a></p></footer>
</article> </article>
</section> </section>