Tagged: post slider
On the front page of my site, http://www.thejetcoaster.com, I have a post slider underneath the heading FEATURED. I wanted to set that post slider to auto rotate however because the featured images are sometimes different sizes, the featured area’s height dimension gets resized when the featured post changes. Then, everything underneath the post slider gets shifted up and down whenever the auto rotation changes the featured post.
I would like for the dimensions of the post slider preview image to remain consistent across all slider posts. I was thinking this could be done by stretching the featured image to fit to the selected dimensions in the custom preview image size field.
I’d really appreciate some assistance in getting this to work. Thanks guys, I love your amazing support.
Hey Apollo87!
Try adding a codeblock element to the page and add this inside.
<style type = "text/css">
.avia-content-slider .slide-image { max-height: 400px !important; }
</style>
Cheers!
Elliott