• Resolved slidstone

    (@slidstone)


    Hi there,
    I was wondering if there’s a way to change the image height for the featured property slider? Right now it has a wider landscape format and the height seems to be added by an inline style tag. As a result the images are coming distorted; the more square the aspect is, the worse the image looks on page.

    Here’s the short code I’m using:

    [optima_express_gallery_slider height="450" rows="1" columns="3" effect="slide" auto="true" maxResults="25"]

    I noticed changing the height in the shortcode change the overall container height. I there some way I can get the images to have a little more height?

    Thanks,
    Scott

    https://www.ads-software.com/plugins/optima-express/

Viewing 1 replies (of 1 total)
  • Plugin Author iHomefinder, Inc.

    (@ihomefinder)

    Hello Scott,
    You can use CSS to change the max-height of the slider. This sort of customization would typically be done by your developer, but I’ve included some CSS that worked for me. To use the CSS, place the below code in your WordPress Dashboard > Optima Express (left side) > Configuration (sub menu) > CSS Override (input box). Note, that you would change the “200px” to your preference.

    .ihf-slideshow img {
    max-height: 200px !important;
    }

    If you have any additional question, please email [email protected]

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Properties Slider’ is closed to new replies.