Title: nemanja's Replies | WordPress.org

---

# nemanja

  [  ](https://wordpress.org/support/users/jermak/)

 *   [Profile](https://wordpress.org/support/users/jermak/)
 *   [Topics Started](https://wordpress.org/support/users/jermak/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jermak/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jermak/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jermak/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jermak/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jermak/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Background Manager] Slideshow stops when full screen is not used.](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/)
 *  [nemanja](https://wordpress.org/support/users/jermak/)
 * (@jermak)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/#post-3265692)
 * can you give me url of your web site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Background Manager] Slideshow stops when full screen is not used.](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/)
 *  [nemanja](https://wordpress.org/support/users/jermak/)
 * (@jermak)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/#post-3265680)
 * I’m afraid I don’t understand. 🙂 You want that background image scrolls with
   the content? If that’s the case, in your theme css add
 *     ```
       .myatu_bgm_fs {
       background-size: XYZpx XYZpx !important;
       background-position:center top !important;
       position: absolute !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Background Manager] Slideshow stops when full screen is not used.](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/)
 *  [nemanja](https://wordpress.org/support/users/jermak/)
 * (@jermak)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/#post-3265676)
 * this is the web site we are currently working on – [http://dev.ganttgroup.com/](http://dev.ganttgroup.com/)
 * we have had the same problem: “normal size” background slider showed only the
   first image. we solved it by choosing “ful size layout” and defined dimensions
   of slider using css (size of “ful size layout” we are defining can be exactly
   the same as normal size, we are only doing this to prevent freezing on first 
   image).
 * I hope this helps.
    Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Background Manager] Slideshow stops when full screen is not used.](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/)
 *  [nemanja](https://wordpress.org/support/users/jermak/)
 * (@jermak)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/slideshow-stops-when-full-screen-is-not-used/#post-3265673)
 * this is how i resolved this problem
 * select full screen size layout
 * in your style.css add
 *     ```
       .myatu_bgm_fs {
       background-size: XYZpx XYZpx !important;
       background-position:center top !important;
       }
       ```
   
 * XYZ- width and height of your background images in pixels

Viewing 4 replies - 1 through 4 (of 4 total)