
Let's say you want to load a background image for desktops, but not on smartphones.
You could conditionally load the background images on devices that are not smartphones. With a single media query.
1 | body { background: #fefefe; } |
You could also change the width wider to account for devices in landscape mode.