I am trying to set a background-image to stretch to the full extent of a
Good question this is from W3C http://www.w3.org/community/webed/wiki/CSS_shorthand_reference So if you want to include the background-size value in the shorthand syntax, you need to: So you would want to do something like this See fiddle here http://jsfiddle.net/8Up6V/
background: url(http://www.stanford.edu/dept/CTL/cgi-bin/academicskillscoaching/wp-content/uploads/2013/03/test-anxiety.gif) top left / cover no-repeat;