-
What scales the background image as large as possible?
-
- size
- contain
- resize
- cover
- None of these
Correct Option: B
The contain keyword scales the background image to be as large as possible but both its width and its height must fit inside the content area. As such depending on the proportions of the background image and background positioning area, there may be some areas of background which are not covered by the background image.