Spring 2016

Lab05
Responsive Images

Due: Tuesday April 05, 2016 11:59 PM

Lab05 - Responsive Images

Requirements

HTML and CSS are valid5 pts
Responsive layout includes at least 3 breakpoints30 pts
Repeating background image is used5 pts
Non-repeating background is used5 pts
Content image is used5 pts
Repeating background is optimized for responsive layout10 pts
Non-repeating background is optimized for responsive layout20 pts
Content image is optimized for responsive layout20 pts
Total100 pts

Resources

Objective

To include images responsibly in a responsive layout

Instructions

In this assignment you will need to include images in a previously created responsively laid out page, or create a new responsive page for this assignment if you need.

You'll need to include a minimum of three different images in your page. One image will need to be included as a repeating background image, one image will need to be included as a non-repeating background image, and one image will need to be a content image.

For all three images make sure that in all situations, and at all breakpoints, all three images are shown at their "ideal" size so that the images are not explicitly or implicitly stretched or shrunk. This should include loading correctly sized images if the basic image dimensions need to change at a breakpoint. This will also involve using double resolution images for high resolution screens.