File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Microsoft gives a good explanation on the implementation of
287
287
288
288
## Further Steps
289
289
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
291
291
consideration. This will allow to create different versions of the same canonical image, depending
292
292
on the width of the device the image is displayed.
293
293
@@ -297,6 +297,17 @@ see above.
297
297
A quota system will be implemented, which allows to limit the amount of disk space a user can use.
298
298
299
299
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
+
300
311
## License
301
312
302
313
This part of the code will be licensed under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments