The top of my site starts with a slider full screen.
In the enfold options I have selected in website layout the option “full with lay out”.
The pictures which I have uploaded are not shown in their full size. You can see only about 70-80% of the centre of the picture.
I have adjusted the image size but thats doesn’t work.
Changing the settings no scaling / large / extra large doesn’t make a difference as well.
My question is, is it possible to upload a picture which can be viewed in the same size in this “full layout” and what are the correct settings to display it?
Regards,
Robin
Hi RobinSpijkers!
What is your size image? Can we check a live version? most of the times, the size in those cases has to ve ” 1920 x 1200 ” so it can be visible correctly.
Cheers!
Basilis
Hello Basilis,
I have changed the size of all the images to 1920 x 1200. But still the full size of the image is not shown.
Regards,
Robin
Hey!
you need to regenerate thumbnails after changing it’s size. Use any common plugin for it.
You could also try this code inside of Quick CSS field:
.avia-fullscreen-slider .avia-slideshow>ul>li {
background-size: 1920px 1200px;
}
to control its size. But as far as I can see it inside your source code you are using “width: 100%” and “height: 100%” as well, so should be displayed fine. Slider images look good when I check your homepage anyway.
Regards,
Andy