Skip to content

Commit a8f1b16

Browse files
committed
adding fetch priority for image to speed up page load
1 parent afa6afa commit a8f1b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,7 @@
24462446
</tr>
24472447
<tr>
24482448
<td colspan="3" class="center" class="center" title="${ person.indirects || '' }">
2449-
${ person.title }
2449+
${ person.title }!
24502450
<span>
24512451
${ person.team ? ( '<br />' + person.team ) : '' }
24522452
</span>
@@ -2460,7 +2460,7 @@
24602460
<img src="${ person.image }" fetchpriority="high"
24612461
class="largePhoto"
24622462
width="193"
2463-
height="192"
2463+
height="193"
24642464
title="a photograph of ${ htmlEscape( person.name ) }"
24652465
alt="a photograph of ${ htmlEscape( person.name ) }" />
24662466
</div>

0 commit comments

Comments
 (0)