Title: Better Resizing
Last modified: August 21, 2016

---

# Better Resizing

 *  Resolved [Bizstudio](https://wordpress.org/support/users/ajamm/)
 * (@ajamm)
 * [13 years ago](https://wordpress.org/support/topic/better-resizing/)
 * For screen width variations… I found these settings worked better, modified in
   the scripts.php
 *     ```
       $(this).css('top','0%');
                               $(this).css('margin-top','0'+'px');
       ```
   
 * This means that the image always starts at the top. Not sure if this is the correct
   way of doing it. But works for my application.
 * Possibly you might be able to add an option for how images render when the screen
   is narrow.
 * [http://wordpress.org/extend/plugins/full-screen-page-background-image-slideshow/](http://wordpress.org/extend/plugins/full-screen-page-background-image-slideshow/)

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

 *  [Tsybin](https://wordpress.org/support/users/tsybin/)
 * (@tsybin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/better-resizing/#post-3759521)
 * Thank you for this resolve!
 *  Plugin Author [Mohsin Rasool](https://wordpress.org/support/users/mohsinrasool/)
 * (@mohsinrasool)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/better-resizing/#post-3759522)
 * Thanks ajamm for your contribution.

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

The topic ‘Better Resizing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/full-screen-page-background-image-
   slideshow.svg)
 * [Full Screen (Page) Background Image Slideshow](https://wordpress.org/plugins/full-screen-page-background-image-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/full-screen-page-background-image-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/full-screen-page-background-image-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/full-screen-page-background-image-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/full-screen-page-background-image-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/full-screen-page-background-image-slideshow/reviews/)

## Tags

 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [narrow](https://wordpress.org/support/topic-tag/narrow/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 2 replies
 * 3 participants
 * Last reply from: [Mohsin Rasool](https://wordpress.org/support/users/mohsinrasool/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/better-resizing/#post-3759522)
 * Status: resolved