Last active
September 28, 2020 16:02
Revisions
-
jeff-at-livecanvas revised this gist
Sep 28, 2020 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,6 @@ <html> <body> <h1 style="margin-bottom:2000px" >Scroll down to trigger the image load.</h1> <iframe src="https://davidwalsh.name/" loading="lazy" onload="alert('Loaded!');" /> </body> </html> -
jeff-at-livecanvas created this gist
Sep 26, 2020 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ <h1 style="margin-bottom:2000px" >Scroll down to trigger the image load.</h1> <iframe src="https://davidwalsh.name/" loading="lazy" onload="alert('Loaded!');" />