• Resolved BukvaKing

    (@bukvaking)


    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

    https://wordpress.org/plugins/external-featured-image/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Aguilera

    (@davilera)

    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

    (@bukvaking)

    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.