You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="JavaScript Load Image is a function to load images provided as File or Blob objects or via URL. It returns an optionally scaled HTML img or canvas element.">
53
22
</head>
54
23
<body>
@@ -71,9 +40,12 @@
71
40
<divclass="container">
72
41
<divclass="page-header">
73
42
<h1>JavaScript Load Image Demo</h1>
43
+
</div>
44
+
<blockquote>
74
45
<p><ahref="https://developer.mozilla.org/en/JavaScript/">JavaScript</a> Load Image is a function to load images provided as <ahref="https://developer.mozilla.org/en/DOM/File">File</a> or <ahref="https://developer.mozilla.org/en/DOM/Blob">Blob</a> objects or via URL.<br>
75
46
It returns an optionally scaled HTML <strong>img</strong> or <strong>canvas</strong> element.</p>
0 commit comments