Skip to content

Commit 82a37fd

Browse files
committed
fix: Correct the URL scheme for one path
1 parent ab5584f commit 82a37fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/o-topper/demos/src/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<figure class="o-topper__visual">
1515
<picture class="o-topper__picture">
1616
<source media="(max-width: 1440px)" srcset="https://images.ft.com/v3/image/raw/http://prod-upp-image-read.ft.com/87c44eba-a823-11e7-ab55-27219df83c97?source=origami&amp;fit=scale-down&amp;quality=highest&amp;width=720 720w">
17-
<source media="(min-width: 1440px)" srcset="https://www.ft.com/__origami/service/image/v2/images/raw/http://prod-upp-image-read.ft.com/8c35d22a-a823-11e7-ab55-27219df83c97?source=origami&amp;fit=scale-down&amp;quality=highest&amp;width=800">
17+
<source media="(min-width: 1440px)" srcset="https://www.ft.com/__origami/service/image/v2/images/raw/https://prod-upp-image-read.ft.com/8c35d22a-a823-11e7-ab55-27219df83c97?source=origami&amp;fit=scale-down&amp;quality=highest&amp;width=800">
1818
<img alt="" class="o-topper__image" src="https://www.ft.com/__origami/service/image/v2/images/raw/http://prod-upp-image-read.ft.com/aed45398-a99e-11e7-93c5-648314d2c72c?source=origami&amp;fit=scale-down&amp;quality=highest&amp;width=800">
1919
</picture>
2020
</figure>

0 commit comments

Comments
 (0)