background-image options
Safe to use with fallbackcssCSS3 background-image options, including background-clip, background-origin and background-size, are well supported.
- Verdict
- Safe to use
- Category
- CSS features
- Browser support
- Can I Use
- Works in
- IE9+
Should you use background-image options in 2026?
If you have to support old browsers be aware about how the background-image will be displayed without these options.
Polyfills and fallbacks
Progressive enhancement works well here: browsers without support degrade gracefully, so a dedicated polyfill is usually unnecessary.
Please