Skip to content

Commit 6700758

Browse files
committed
Added links to blog posts
1 parent bc4b3ca commit 6700758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Where can you use container queries? Here are real-life (and some theoretical) a
4343

4444
- Since each component can be free to decide how it looks, a webpage may end up with an unexpected combined look. This may be good, may be bad.
4545

46-
- In tests, you will be driven to have a correct window size. If the window size is correct, then all elements should (dis)appear just like they would on your browser.
46+
- In tests, you will be driven to [have a correct window size](https://crunchingnumbers.live/2020/06/07/container-queries-cross-resolution-testing/). If the window size is correct, then all elements should (dis)appear just like they would on your browser.
4747

4848
</details>
4949

@@ -74,7 +74,7 @@ Where can you use container queries? Here are real-life (and some theoretical) a
7474
<details>
7575
<summary>Responsive images, videos, and D3 visualizations 🖼️ 📽️ 📈</summary>
7676

77-
1. Currently, you have to use [`srcset`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/srcset) to load images with the optimal file size. Alternatively, you can use container queries to decide which images to load.
77+
1. Currently, you have to use [`srcset`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/srcset) to load images with the optimal file size. Alternatively, you can [use container queries to decide which images to load](https://crunchingnumbers.live/2020/06/03/container-queries-adaptive-images/).
7878

7979
2. Similarly, for videos, you could use container queries to decide format and display resolution.
8080

0 commit comments

Comments
 (0)