Skip to content

Commit b8b800f

Browse files
authored
FIX: Lab image should load "eager" (jupyter#555)
1 parent 2e8882a commit b8b800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h4 class="jumbotron-text">{{ page.jumbotron.text }}</h4>
292292
height={{ page.jupyterlab.image.height }}
293293
class="img-responsive"
294294
id="portal"
295-
loading="lazy" />
295+
loading="eager" />
296296
</picture>
297297
</div>
298298
<div class="col-md-6 nb-highlight-text">

0 commit comments

Comments
 (0)