Title: Mobile version
Last modified: August 30, 2016

---

# Mobile version

 *  Resolved [Livsy](https://wordpress.org/support/users/livsy/)
 * (@livsy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/)
 * Hi!
 * Love your plugin! It works very well.
 * But I have the same problem: [https://wordpress.org/support/topic/images-on-mobile](https://wordpress.org/support/topic/images-on-mobile)
 * Images in grid are not responsive. My site url: [http://sgamers.ru/](http://sgamers.ru/)
 * Screenshot: [http://i58.tinypic.com/2eg6wie.jpg](http://i58.tinypic.com/2eg6wie.jpg)
 * And I have another problem on my site connected with mobile version, but only
   in single posts. Images there are not responsive.
 * Screenshot: [https://41.media.tumblr.com/490804fb0a61a54daf0cb2dbb727657e/tumblr_nqjt7fVOR91u2tf5go1_400.jpg](https://41.media.tumblr.com/490804fb0a61a54daf0cb2dbb727657e/tumblr_nqjt7fVOR91u2tf5go1_400.jpg)
 * Is there any way to fix this problems? Thanks!
 * [https://wordpress.org/plugins/external-featured-image/](https://wordpress.org/plugins/external-featured-image/)

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

 *  Plugin Author [David Aguilera](https://wordpress.org/support/users/davilera/)
 * (@davilera)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/#post-6271012)
 * Try adding the following CSS rule:
 *     ```
       @media (max-width:768px) {
         img.nelioefi {
           width:100%!important;
           min-height:300px!important;
         }
       }
       ```
   
 *  Thread Starter [Livsy](https://wordpress.org/support/users/livsy/)
 * (@livsy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/#post-6271014)
 * Hi!
 * Thank you very much for help. This code resolved the first problem. But the problem
   with single post still exists. Images in single posts are not responsive: [https://41.media.tumblr.com/490804fb0a61a54daf0cb2dbb727657e/tumblr_nqjt7fVOR91u2tf5go1_400.jpg](https://41.media.tumblr.com/490804fb0a61a54daf0cb2dbb727657e/tumblr_nqjt7fVOR91u2tf5go1_400.jpg)
 * Can you help me with it?
 * Thanks!
 *  Plugin Author [David Aguilera](https://wordpress.org/support/users/davilera/)
 * (@davilera)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/#post-6271016)
 * You’ll need to add a few more stops and more specific rules… for instance:
 *     ```
       body.single img.nelioefi {
         width:100%!important;
         height:350px!important;
       }
       @media (max-width:1024px) {
         body.single img.nelioefi {
           width:100%!important;
           height:250px!important;
         }
       }
       @media (max-width:460px) {
         body.single img.nelioefi {
           width:100%!important;
           height:155px!important;
         }
       }
       ```
   
 * You’ll have to play with the rules yourself 😉
 *  Thread Starter [Livsy](https://wordpress.org/support/users/livsy/)
 * (@livsy)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/#post-6271018)
 * Thank you, David!

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

The topic ‘Mobile version’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Livsy](https://wordpress.org/support/users/livsy/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/mobile-version-54/#post-6271018)
 * Status: resolved