Skip to content

Commit 28ad7b7

Browse files
committed
Link to Cloudinary-hosted images
1 parent c2146fe commit 28ad7b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core-web-vitals-on-ios.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Five years on, Core Web Vitals have worked! The web as an ecosystem has gotten
2020
steadily faster across the board:
2121

2222
<figure>
23-
<img src="/img/content/core-web-vitals-ios/origins-with-good-scores.png" alt="Chart showing an increasing trend in the number of origins passing all three Core Web Vitals" width="1200" height="1200">
23+
<img src="{{ site.cloudinary }}/img/content/core-web-vitals-ios/origins-with-good-scores.png" alt="Chart showing an increasing trend in the number of origins passing all three Core Web Vitals" width="1200" height="1200">
2424
<figcaption>From the <a href="https://httparchive.org/reports/techreport/tech?tech=ALL#good-cwvs">HTTP Archive Technology Report</a></figcaption>
2525
</figure>
2626

@@ -32,10 +32,10 @@ steadily faster across the board:
3232

3333
It’s important to view Core Web Vitals through two distinct lenses:
3434

35-
<img src="/img/content/core-web-vitals-ios/firefox-logo.png" alt="Firefox logo" width="128" height="128"
35+
<img src="{{ site.cloudinary }}/img/content/core-web-vitals-ios/firefox-logo.png" alt="Firefox logo" width="128" height="128"
3636
style="float: right;
3737
margin-left: 24px;
38-
shape-outside: url(/img/content/core-web-vitals-ios/firefox-logo.png);" />
38+
shape-outside: url({{ site.cloudinary }}/img/content/core-web-vitals-ios/firefox-logo.png);" />
3939

4040
1. **[Core Web Vitals, the metrics](https://web.dev/articles/vitals):** Largest
4141
Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift.
@@ -65,10 +65,10 @@ However, things are about to change.
6565

6666
<a href="/contact/" class="btn btn--primary">Beat the Competition</a>
6767

68-
<img src="/img/content/core-web-vitals-ios/safari-logo.png" alt="Safari logo" width="128" height="128"
68+
<img src="{{ site.cloudinary }}/img/content/core-web-vitals-ios/safari-logo.png" alt="Safari logo" width="128" height="128"
6969
style="float: left;
7070
margin-right: 24px;
71-
shape-outside: url(/img/content/core-web-vitals-ios/safari-logo.png);" />
71+
shape-outside: url({{ site.cloudinary }}/img/content/core-web-vitals-ios/safari-logo.png);" />
7272

7373
## Core Web Vitals Come to Safari
7474

0 commit comments

Comments
 (0)