Title: Slider problem in Focus Theme
Last modified: August 30, 2016

---

# Slider problem in Focus Theme

 *  Resolved [BukvaKing](https://wordpress.org/support/users/bukvaking/)
 * (@bukvaking)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/slider-problem-in-focus-theme/)
 * Hi 🙂
 * I have a problem with resizing images from Nelio External Featured Image. It 
   Works perfectly in post thumbnails but it doesn’t work good in slider.
 * It works good at resolution 1200×800 but if someone has another resolusion It
   doesn’t work. I have responsive design but the images aren’t responsive. If someone
   has smaller resolution than 1200×800, he doesn’t see a full image but only a 
   left part and when has someone bigger resolution, the image is left aligned and
   on the right are black block.
 * Is there any posible solution?
 * Sorry for my bad english.
 * Page with issue: [http://yfilmy.sk](http://yfilmy.sk)
 * [https://wordpress.org/plugins/external-featured-image/](https://wordpress.org/plugins/external-featured-image/)

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

 *  Plugin Author [David Aguilera](https://wordpress.org/support/users/davilera/)
 * (@davilera)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/slider-problem-in-focus-theme/#post-6296194)
 * Hi!
 * You’ll have to tweak your CSS files/rules. For instance, if you want to have 
   a responsive header image, just add the following rule:
 *     ```
       #single-header img.nelioefi {
         width:100%!important;
         height:700px!important;
       }
       ```
   
 * Best,
    David
 *  Thread Starter [BukvaKing](https://wordpress.org/support/users/bukvaking/)
 * (@bukvaking)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/slider-problem-in-focus-theme/#post-6296211)
 * Thank you a lot!
 * If someone has Focus too and want this 🙂
 * Add to css:
 *     ```
       .slider img.nelioefi {
               position: absolute;
       	top: 0;
       	left: 0;
       	width: 100%!important;
       	height: auto;
   
       }
       ```
   
 * Thank a lot again! 🙂

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

The topic ‘Slider problem in Focus Theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/external-featured-image_947a5f.svg)
 * [Nelio External Featured Image (discontinued) - Available in Nelio Content](https://wordpress.org/plugins/external-featured-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/external-featured-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/external-featured-image/)
 * [Active Topics](https://wordpress.org/support/plugin/external-featured-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/external-featured-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/external-featured-image/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [resizing](https://wordpress.org/support/topic-tag/resizing/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * 2 replies
 * 2 participants
 * Last reply from: [BukvaKing](https://wordpress.org/support/users/bukvaking/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/slider-problem-in-focus-theme/#post-6296211)
 * Status: resolved