Title: [Plugin: WP-Cycle] Resize background?
Last modified: August 20, 2016

---

# [Plugin: WP-Cycle] Resize background?

 *  [sroehm](https://wordpress.org/support/users/sroehm/)
 * (@sroehm)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-resize-background/)
 * Is there a way to alter the size of the white background? I can alter my images
   to 920×290 to keep the correct proportions but that leave a rather sizable white
   strip under my image. I would like to have a 20px border around my pix.
 * [http://wordpress.org/extend/plugins/wp-cycle/](http://wordpress.org/extend/plugins/wp-cycle/)

Viewing 1 replies (of 1 total)

 *  [radhika](https://wordpress.org/support/users/arti-singh/)
 * (@arti-singh)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-resize-background/#post-2963118)
 * yes, you have to edit in wp-cycle.php file of your wp-content plugin.
    wordpress/
   wp-content/plugins/wp-cycle/wp-cycle.php & edit the w*h in this code:
 * >  $wp_cycle_defaults = apply_filters(‘wp_cycle_defaults’, array(
   >  ‘rotate’ =
   > > 1, ‘effect’ => ‘fade’, ‘delay’ => 3, ‘duration’ => 1, ‘img_width’ => 300,
   > <– change here width ‘img_height’ => 200,<– change here height ‘div’ => ‘rotator’));
 * And edit code in style.css file of your theme:
 * >  #rotator{
   >  border:20px solid #000;<– change here border color }

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Cycle] Resize background?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-cycle.svg)
 * [WP-Cycle](https://wordpress.org/plugins/wp-cycle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-cycle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-cycle/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-cycle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-cycle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-cycle/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [radhika](https://wordpress.org/support/users/arti-singh/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-cycle-resize-background/#post-2963118)
 * Status: not resolved