Tagged: Full Width Slider
Hello there,
My website homepage is just a full width slider. I use the first slide’s caption throughout.
I have checked and all my slide images are the same size. Yet, after the first slide, when it moves to the next the screen resizes as if the second image is smaller. I have tried removing and re-adding the 2nd and 3rd slides after checking their sizes.
I don’t understand what I’ve done to make it behave this way. Can you help? Credentials are below.
Hey Dandelion222,
Thanks for the login, when I check your site I see that the first slider image is 834px high and the other two are smaller.
I’m not able to login and check the slider image sizes, but you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#full_slider_1 ul.avia-slideshow-inner,#full_slider_1 ul.avia-slideshow-inner img {
height: 834px !important;
}
Best regards,
Mike
But the other two are not smaller. I The images are 1024 x 593. And the slider setting was set to 1500 x 430. When I changed that to actual size the issue went away.
But it is still weird. That is the only thing I changed. Why would that setting effect only the first slide?