Lightbox

A lightbox is used to display images without other distractions.

Code

Use a checkbox, followed by a label with your img inside. Be sure to make your lightboxes have different numbered suffixes.

				
<input type="checkbox" id="lightbox-1">
<label for="lightbox-1"><img src="http://i.imgur.com/7TDE8wi.jpg"></label>