I’m having a hard time figuring out what size images I need to load for my previews to display correctly.
I’m loading full HD images, but they always seem a little (or alot shorter) than whats required to fit the space thats created (please see the images below). What do I need to do to correct this?
Hey Kameel!
Try adding this to your custom CSS.
.avia-content-slider, .avia-content-slider-inner { overflow: visible !important; }
.slide-image img { width: 100% !important; }
Cheers!
Elliott