Title: Wrong defaults
Last modified: October 23, 2017

---

# Wrong defaults

 *  [derrickr](https://wordpress.org/support/users/derrickr/)
 * (@derrickr)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/wrong-defaults/)
 * Seems broken: I thought the whole point of this plugin was to provide the capability
   to have an image that could be used for pages / posts background (rather than
   just a small portion of it).
    How can I change the defaults so that it’s always:‘
   fixed’ and ‘no-scroll’. Also, the background-size is always set to ‘auto’ and
   I’d like to make it ‘cover’.

Viewing 1 replies (of 1 total)

 *  [doi7ing](https://wordpress.org/support/users/doi7ing/)
 * (@doi7ing)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/wrong-defaults/#post-9785314)
 * Hey. I adjusted this plugin a bit and got the setting and size completely.
    There
   is an archive here ->[click](https://drive.google.com/open?id=1r0GJJH75rXzbKEslL7GwCDPK7udTGv6F)
   as you download, sign off here that this is not fake, others will be grateful.
 * I’m not sure what other changes will need to be made in the scripts but in the
   file
    [http://Www.youdomain.com/wp-includes/theme.php](http://Www.youdomain.com/wp-includes/theme.php)
   do you find this:
 *     ```
       // Background Repeat.
       $repeat = get_theme_mod( 'background_repeat', get_theme_support( 'custom-background', 'default-repeat' ) );
       if ( ! in_array( $repeat, array( 'repeat-x', 'repeat-y', 'repeat', 'no-repeat' ), true ) ) {$repeat = 'repeat';}
       $repeat = " background-repeat: $repeat;";
       ```
   
 * and over it, you put it:
 *     ```
       // Background Size.
       $size = get_theme_mod( 'background_size', get_theme_support( 'custom-background', 'default-size' ) );
       if ( ! in_array( $size, array( 'auto', 'contain', 'cover' ), true ) ) {$size = 'auto';}$size = " background-size: $size ;";
       ```
   
 * like everything, just did on the fast and nebylo time to write and memorize=)
    -  This reply was modified 8 years, 5 months ago by [doi7ing](https://wordpress.org/support/users/doi7ing/).
      Reason: forgot insert link =)

Viewing 1 replies (of 1 total)

The topic ‘Wrong defaults’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fully-background-manager_4ea5c3.svg)
 * [Full Background Manager](https://wordpress.org/plugins/fully-background-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fully-background-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fully-background-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/fully-background-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fully-background-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fully-background-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [doi7ing](https://wordpress.org/support/users/doi7ing/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/wrong-defaults/#post-9785314)
 * Status: not resolved