Title: slider dimensions
Last modified: September 1, 2016

---

# slider dimensions

 *  [idovidal](https://wordpress.org/support/users/idovidal/)
 * (@idovidal)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/slider-dimensions-5/)
 * Hello i have high quality picture 4000X4000 pixels and i am having hard time 
   to match them well into the slider size.
 * the results that i get are pictures are being cropped or if i make them smaller
   their quality goes down
 * What do i need to do in order to fix this?
 * Thank you for your time reading and responding I very appreciate this

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/slider-dimensions-5/#post-7642423)
 * Hello there,
 * Could you please try to apply the following CSS code through the [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin or child theme’s style.css?
 *     ```
       .slides-container .slide-item{
          background-position: 0 0 !important;
       }
       ```
   
 * Let me know how it goes. I’ll wait to hear back from you regarding your stats.
 * Regards,
    Kharis
 *  Thread Starter [idovidal](https://wordpress.org/support/users/idovidal/)
 * (@idovidal)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/slider-dimensions-5/#post-7642438)
 * I just pasted it in the Simple Custom CSS template,
 * but it seems it still cropped , maybe i didt it wrong? i am kinda new to the 
   wordpress things so if you can explain it to me liek a child it would be more
   than appreciated 🙂
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/slider-dimensions-5/#post-7642455)
 * Hello there,
 * It seems to be impossible to maintain the background image size across the screen
   width. This code might what you are looking for
 *     ```
       .slides-container .slide-item{
          background-size: 100% !important;
          background-position: top center !important;
       }
       ```
   
 * but it would lead another issue. I’m afraid :(. Please follow [this thread](http://athemes.com/forums/topic/slider-images-not-resized-for-iphone6plus/)
   for your reference.
 * Regards,
    Kharis

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

The topic ‘slider dimensions’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.68/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/slider-dimensions-5/#post-7642455)
 * Status: not resolved