How to stretch a background image across the full browser screen behind Magento The following CSS code should stretch an image full-width across most modern browser windows in Magento: body { background:#000000 url('/some_art_directory/some_photo.jpg') no-repeat !important; background-size: 100% !important;} Tags: MagentoBackground ImageStretch Read more about How to stretch a background image across the full browser screen behind MagentoLog in to post comments