Simple Full Screen Background Image will allow you to easily upload and set a full screen image as the background of your WordPress website. Images will be automatically scaled with the browser, so regardless of the browser size, the image will always fill the screen, even as the browser is resized live.

Note:Β this plugin is now maintained by Scott DeLuzio.

The Greatly Enhanced Pro Version of this Plugin is Available

Video Demonstration

Screen Shots

Download
  1. Riz

    Just bought the Pro version and it does keep the aspect ratio. Maybe I can now convince you to update the free version? πŸ™‚

    • Pippin

      I’ve already added it to my todo list for next week πŸ™‚

  2. Krisargent

    Hello Pippin, Wow Again!!! I can’t get over what a difference this makes for the site! Current project still in beta — is a (real) online regional classified site — was struggling to get a look and feel that evokes the area, Carson Valley, Nevada. I wanted to show pictures of our glorious scenery in the back ground of the site. But the theme I bought was not allowing me to do exactly what this great, FREE plugin does. Even with the new WP customization options, I could not do anything with the background due to the theme designer’s whim, (or a wish for more money for “customizations,” to fix this.) I thought we were stuck with a blah background until I found and installed and started using Simple F.S.B.I.P.! So hey, if you want to see what I’m doing, and how you can check out carsonvalleyclassified dot com and see! Now, I’m off to play in the plugins some more…Thank you so much!

    • Pippin

      So glad to hear you like it and that it’s working well for you!

  3. sw23185

    Hello Pippin,

    I know that you’ve commented previously that the background image should be nominally 1600×1200 px, but is there a specific file format (JPG, PNG, etc.) and/or compression type that you recommend for the best visual quality? Obviously I want to keep the file size down for the fastest possible download, but I’m having trouble finding the right balance between file size and image quality (at least with JPG).

    Please advise / thanks!

    • Pippin

      Either JPG or PNG is fine. I usually just open the image in Photoshop and then Save for Web.

  4. Faraz Shafiq

    Hi,

    I am using this free version. It’s good. I am testing this on cross-browser, but simply does not work in IE8 and IE6. the image displays as an image but not as a background image.

    Please can you sort this out in the free version of this plugin.

    • Pippin

      Can you show me the URL that you have the plugin running on so I can look at it?

    • Pippin

      Looks like the problem is that your theme is adding some margins to the image. Add this to your CSS:

      #fsb_image { margin-top: 0; }
    • Lisa

      Thank you!!!!

  5. Marty

    I want to set the background to stretch only to window width, not height. How?
    Thank you!

    • Pippin

      Are you comfortable with CSS / jQuery?

    • Marty

      Sure. πŸ™‚

    • Pippin

      I haven’t tested this, but try removing the min-height: 100%; from includes/fullscreen-image.css

  6. Daniel

    How do can I make this plugin work if I’m not using wp-head ?
    How do I call the plugin from my custom theme ?

    • Pippin

      That’s simple: use wp_head(). There is absolutely no reason you should ever not include wp_head() in your theme.

      Once you’ve included wp_head() and wp_footer() in your theme, everything should work just fine.

    • Daniel

      How do I call the plugin from my custom theme ???
      Inserting wp-head() and wp-footer() does not solve the problem

    • Pippin

      You won’t call it from your theme. Give me a live URL to look at and I might be able to tell you why it’s not working.

  7. Daniel

    Hi Pippin, all that I need is a php tag to call whatever function outputs the image on the background. Does your plugin provides that, or it’s a plugin made to work with the default wordpress themes ?

    • Pippin

      Ok sure:

      <?php fsb_display_image(); ?>

      It has been designed to work with all properly coded themes. If it’s not working for you it’s because of a JS or CSS conflict, or because of something (such as wp_footer()) being implemented incorrectly.

  8. Daniel

    Thanks Pippin. Just as a side note, I think you are wrongly assuming that any well coded theme will require to use wp-head and wp-footer, that alone is a bad assumption, there are quite a lot of well developed themes out there that don’t require any or both tags.

    I think your plugin is nice, it does what it says, but it requires a bit of work, like fixing the readme.txt to explain users possible compatibilities issues with custom themes, JS and CSS files.

    Also I don’t get yet why a simple task like output a style tag before the body with the CSS for the background-image is sooooooo complicated. I think I will be creating a plugin to do the task by myself.

    Thanks

    • Pippin

      Daniel, wp_head() and wp_footer() are absolutely required by every WP theme, custom or not. Literally thousands of plugins use these functions to hook in styles and scripts. Without these two functions, it is impossible for a plugin to load scripts or styles, unless they use a custom hook placed in the theme instead.

      When you use wp_head() and wp_footer() loading scripts and styles is a piece of cake. It becomes very difficult to load them as soon as you remove these.

      These two functions are absolutely required for any and all commercial themes and themes submitted to WordPress.org.

      If you choose to exclude these, you will hundreds and hundreds of plugins (including mine) to break when using your theme.

    • curtismchale

      Pippin is entirely right. Any theme that doesn’t have wp_head and wp_footer isn’t built right. You always need to include them.

    • Gary

      Quote:”there are quite a lot of well developed themes out there that don’t require any or both tags.”

      Can you name some of those themes?

      I’m not aware of any reputable theme vendor that doesn’t use wp_footer() or wp_head()..

      Plus, WordPress.org won’t accept any theme that doesn’t use them.

    • Paul

      a theme without head or feet is an abomination of nature

    • David Decker

      I can only repeat: add wp_head & wp_footer to your theme – this is necessary. I’m just wondering how you will use your site with other plugins & stuff if your theme does not have both hooks?

      I really don’t get those people always trying to avoid WordPress standards/ requirements and otherwise complaining that well-coded plugins do not work….

  9. Joe

    Daniel, … so you’re fine with adding a custom php function into your theme to make the plugin work, but you’re opposed to adding the required wp_head()?

    Plugins (for the most part) are meant to be installed in your dashboard and to work without having to customize a theme to do so. Which is why WordPress has set up requirements like wp_head() and wp_foot() (and others) for developers to use in order to customize any decently coded theme… You’d save yourself a lot of headaches if you simply just put these 2 lines of code in your theme.

  10. Naveed Jasim

    Hi
    I am facing problem when uploading image in admin panel. when I upload a image, it does not appear in preview image portion

    can you help me regarding this

    Thanks

    • Pippin

      Click the “File URL” button before clicking “Insert Into Post”.

  11. Carleigh

    Hi Pippin – the bottom of my image is getting cropped off. I really need to bottom to show to make the image right. Any ideas how to force it to show?

    • Pippin

      That can happen when the height the image is too much for the browser to display. The only way around it is to shrink the height of the image.

  12. alessandra

    Hi Pippin, I have the same problem like Carleigh: – the bottom of my image is getting cropped off. I resized the bg image in photoshop smaller and bigger – no success. Can you help please?

  13. alessandra

    Hi Pippin it was really the height of the image…. I changed the size in ps to 633px height / 1600 width.
    thx a lot for the great plugin! πŸ™‚

  14. DaKara

    I just used your Simple Full Screen Background Image for a client’s website. Awesome job! I’ve tried several other plugins that did not work as advertised, so when I it does work I always let the developer know. I am bookmarking your website and passing it along. Great info!

  15. Annie

    Hi Pippin,

    I am using the simple background image plugin and really like how it works, except that when my website loads, the background looks black for about a second, then the image loads slowly in a vertical direction. How can I speed up the load time for the background image?

    Thanks for your help.

  16. Annie

    Hi Pippin,

    My apologies for a second email about the background image loading on my website, but I sent you an incorrect URL. The URL in this message is the correct one.

    The load time issue seems to be an issue in the Firefox browser. Chrome, IE and Safari are downloading the image correctly.

    Thanks again!

    • Pippin

      That glitch is caused by the way that FireFox renders images. How large is your image?

    • Annie

      Hi Pippin,

      The image was too large so I reduced the file size and it renders better in Firefox. Thanks for the tip about the browser though because I wasn’t sure what the issue was. I appreciate your response!

  17. pengnato

    That isn’t there anymore πŸ™

    • Pippin

      What is not there anymore?

  18. sudha

    I am new to WordPress I am using successfully this plugin , Thank you very much , very nice and simple .

    Thanks,
    sudha

  19. Jesse

    hi pippin,
    i used your plugin but on my website it doesnt show..only a black blank wallpaper is shown.. i have tried most of the plugins but same problem..help

    • Pippin

      Can you give me a live URL to look at?

  20. lukas

    hi,
    I have a problem on my site http://www.red55.cz, below the footer is too much space, even if it’s nothing?? Please, don’t you know why that is?

    • Pippin

      Is there too much space only once the plugin is activated?

  21. Tine

    Hi,
    I really want this plugin to work! I have installed and activated it, but it won’t show up in my “Appearence” as it does in yours (“Fullscreen BG Image”). I just have the default “Background” option. Do you have any idea what I’m doing wrong?

    • Pippin

      Sounds like you might have a plugin conflict, or you’re using an old version of WordPress? What WP version are you using?

  22. Chris

    I’d like to allow Editor role to manage FSB. How can I add this capability to the role?

    • Pippin

      Are you comfortable modifying a plugin file?

  23. Lloyd Moore

    Does this work for the free version of WordPress? If so, I am having trouble finding out how to find on it on my blog. I’ve already added the plugin to my WordPress folder.

    • Pippin

      There is no paid version of WordPress (except WordPress.com), so I’m not quite sure what you mean.

  24. Lloyd Moore

    Pippin

    March 25, 2013 at 12:07 pm

    There is no paid version of WordPress (except WordPress.com), so I’m not quite sure what you mean.

    Well I tried to follow your video and I couldn’t find where to activate the plugin. I needed help finding that area for this plugin and any more I would like to add. Thanks for the help.

    • Pippin

      Lloyd, you need to log into your WordPress dashboard, click on Plugins in the left menu, then click “Add New”. On this screen, enter the search term “simple full screen background”. Once the search results are displayed, click “Install” on the plugin that has my name next to it.

      Does that help?

  25. Lloyd Moore

    I’m logged into my WordPress dashboard and I’m not seeing the Plugin option on my left menu. Is it something I have to add to get the Plugin option?

    • Pippin

      What’s your site URL?

  26. nancy

    i am a beginner and can’t upload the zip file to my site. this is the message i get
    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
    I unzipped the file but don’t know which part of it to upload and tried all of them.

    any help would be greatly appreciated.

  27. Stuart Carduner

    why might it be that when I choose the JPG and insert in post it does not appear in the Preview window? I have tried images from my media library, uploading new images…

    Thanks
    stuart

    • Pippin

      Try clicking ‘File URL’ before clicking ‘Insert Into Post’.

    • Stuart Carduner

      Thanks Pippin!

    • Pippin

      Glad to help!

  28. Oriana

    Hi, & Thanks for the plug-in.

    The problem I am having is that I’m not sure it works with my theme (Oxygen)? I am getting the background image bleeding through the whole page – i.e. there is no white area for the content to sit in. Any ideas whether/how I can fix this?

    I am quite new to WP but I can edit the CSS with very precise instructions…

    Many thanks,
    Oriana

    • Pippin

      Could you provide a live URL?

    • Oriana

      Sorry I filled it on the form, thought you would see that. It is http://jeremygask.com/

      Many thanks,
      Oriana

    • Pippin

      Add this to your theme’s CSS:

      .wrap { background: #fff; padding: 0 20px; }
    • Oriana

      Hi, I tried adding the code you suggested, below is what I took out, then added yours, is that correct? it didn’t work, I still saw the background bleeding through the whole page…did I do it right?

      Thanks, Oriana

      .wrap {
      background-color: white;
      margin: 0 auto;
      max-width: 940px;
      position: relative;
      }

    • Pippin

      Did you upload the changes?

    • Oriana

      Hi, yes I changed the wrap code to the one you gave me, within the Appearance>Editor page, and I installed your plug in and activated it and uploaded my background image.

      I have done a couple of screen shots to show where I put the .wrap text and what the site looked like:

      http://jeremygask.com/screenshots/

      Thanks again,
      Oriana

    • Pippin

      Is the background image on the site right now? It’s hard for me to debug without it there.

    • Oriana

      Hi, no I took it down as the site is live and it makes it un-readable and impossible for me to work on the site. I am going to give up and go without the background, and use a different home page instead with more images. Thanks very much for trying and sorry if I didn’t make it very easy for you!

    • Pippin

      Okay! I’ll be happy to help more if you decide to give it another try.

  29. Leonie

    Great plugin! Is it possible to have a different image on each page/post?

    Thanks!

    • Pippin

      The Pro version has that feature.

Comments are closed.