Skip to content

Commit 281a369

Browse files
committed
add links to pages mentioning responsive breakpoints
1 parent 6b77e20 commit 281a369

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README-Finder.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Microsoft gives a good explanation on the implementation of
287287

288288
## Further Steps
289289

290-
The focal point of the `ImageModel` will take the resolution of the corresponsding image into
290+
The focal point of the `ImageModel` will take the resolution of the corresponding image into
291291
consideration. This will allow to create different versions of the same canonical image, depending
292292
on the width of the device the image is displayed.
293293

@@ -297,6 +297,17 @@ see above.
297297
A quota system will be implemented, which allows to limit the amount of disk space a user can use.
298298

299299

300+
## Further Readings
301+
302+
https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Responsive_images
303+
https://www.smashingmagazine.com/2014/05/responsive-images-done-right-guide-picture-srcset/
304+
https://www.smashingmagazine.com/2016/01/responsive-image-breakpoints-generation/
305+
https://www.smashingmagazine.com/2016/09/automating-art-direction-with-the-responsive-image-breakpoints-generator/
306+
https://cloudfour.com/thinks/responsive-images-101-part-9-image-breakpoints/
307+
https://cloudfour.com/thinks/sensible-jumps-in-responsive-image-file-sizes/
308+
309+
https://cloudfour.com/thinks/the-real-conflict-behind-picture-and-srcset/
310+
300311
## License
301312

302313
This part of the code will be licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)