We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73d901 commit cd8c1d8Copy full SHA for cd8c1d8
1 file changed
index.html
@@ -2457,7 +2457,7 @@
2457
<tr>
2458
<td rowspan="3" width="1">
2459
<div class="cropLargePhoto" >
2460
- <img src="${ person.image }"
+ <img src="${ person.image }" fetchpriority="high"
2461
class="largePhoto"
2462
width="192"
2463
height="192"
@@ -3971,4 +3971,4 @@ <h1>Your Company!</h1>
3971
<ol class="level_5"></ol>
3972
</div>
3973
</body>
3974
-</html>
+</html>
0 commit comments