Skip to content

Commit cd8c1d8

Browse files
authored
Update index.html
fetch main image faster!
1 parent e73d901 commit cd8c1d8

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
@@ -2457,7 +2457,7 @@
24572457
<tr>
24582458
<td rowspan="3" width="1">
24592459
<div class="cropLargePhoto" >
2460-
<img src="${ person.image }"
2460+
<img src="${ person.image }" fetchpriority="high"
24612461
class="largePhoto"
24622462
width="192"
24632463
height="192"
@@ -3971,4 +3971,4 @@ <h1>Your Company!</h1>
39713971
<ol class="level_5"></ol>
39723972
</div>
39733973
</body>
3974-
</html>
3974+
</html>

0 commit comments

Comments
 (0)