Skip to content

Commit 19bd2f5

Browse files
authored
Update contributor to stop lazy loading first tile (#3500)
1 parent 5f37b51 commit 19bd2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/base/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h1 class="title title-lg">
305305
{{ self.join_the_team_text() }}
306306
</text>
307307
</svg>
308-
<img src="/static/images/avatars/12.jpg" alt="" height="100" width="100" loading="lazy">
308+
<img src="/static/images/avatars/12.jpg" alt="" height="100" width="100">
309309
</a>
310310
</li>
311311
{% for id, contributor in config.contributors.items() %}

0 commit comments

Comments
 (0)