Full screen background image seems to be a new design trend that is becoming fashionable. We have received numerous emails from users asking us how they can add full screen background image on their WordPress site. Usually setting up a full screen background image in your WordPress site means that you will have to work with CSS and HTML files. You will also have to consider the image size, and scaling that size for different devices, screen sizes, resolutions, browsers, etc. This is enough to scare WordPress beginners. Don’t worry, in this article we will show you how to add a full screen background image in WordPress without editing any stylesheet or theme files.
Video Tutorial
If you don’t like the video or need more instructions, then continue reading.
First thing you need to do is install and activate the Simple Full Screen Background Image plugin. Upon activation, go to Appearance » Fullscreen BG Image and upload your background image.
It is recommended that you use an image that is at least 1600×1200 px. Your background image will be automatically scaled to match the browser screen. Once you have uploaded the image save options. Go to your website to see the live image.
Choosing larger images will improve the screen resolution and the quality of background images when they are scaled down. Try testing on different browsers and devices to make sure that your background image looks equally nice on all screen sizes.
Full Screen Background Image PRO
If you really want to take custom background images to the next level on your site, then you need the PRO version of this plugin. Unlike the free plugin, where you can only set 1 background image, the pro version allows you to set unlimited background images.
The best part about Full Screen Background Images Pro is that it allows you to show different background image for different context. For example, you can select a different background image for:
- Categories
- Archives
- Individual Posts
- Pages
- Main Blog Page
- Front Page
- Search, and more
The plugin has complete fallback support, so if there is no custom background image for a specific post, then it will show the global image. It also allows you to upload and set background images directly from post editor. There is also an option to fade-images in when the page is loaded.
This plugin is very efficient in terms of performance and comes with minimal overhead.
We are seeing that some bloggers are actually using background images as the new featured image. This really looks cool as long as you have a good sense of design.
Get Full Screen Background Image Pro
We hope this article helped you add a full screen background image in WordPress. Are you using full screen background images on your site? How are you doing it? Are you going with the code method or using another plugin? Let us know by leaving a comment below.
Pratyaksh Somani says
It can be done without any plugin also if we want a background image on the Homepage only.
go to Dashboard=> Appearance=> Customize=> Additional CSS
Add this:
body.home {
background-image: url(“url-to-image-1”);
background-position: center center;
background-size: cover;
}
Regards
Pratyaksh
WPBeginner Support says
That will work with some/most themes but depending on how a theme is designed it won’t work on every theme.
Admin
victor says
what if i no longer want the background image, how do i remove it?
Saud Razzak says
Thanks for sharing.
Amanda says
Hello – I want to put a unique background image on each page. Can you do that with this tool? Or it one image per website?
Daniel Keith says
Hi there,
Great post. Adding a full screen background is very attractive feature, but wondering if it will increase my website’s load time or not.
Thanks for your professional support in advance.
Pamela Brown says
Thanks so much! This is what I was looking for!
Nancy Johnson says
Thanks! That solved a problem I was having with one of my sites.
Gautam Doddamani says
thanks this was helpful…i have seen many mythemeshop themes and woo themes with background images…and you have got one yourself too
Cheers,
Gautam