Commit 03f127b
committed
Apply hero logo fetchpriority/eager/async to the mobile variant too
The previous perf commit only updated the desktop logo <img>
(.cs-hero-image-large, visible at ≥1024px). The mobile sibling
(.cs-hero-image-inner, the LCP candidate on phones) was missed
because its indent differs, so phones were rendering the plain
<img src alt> with default priority/decoding.
Both <img>s point at the same URL, so this doesn't add a network
request — it just ensures the priority/decoding hints apply
regardless of which variant the viewport activates.1 parent da3efe8 commit 03f127b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments