Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #164338

    Hi there….
    Any way to change the default height of images in the mobile size? I’d like to use much more vertical space for the “slider” when on the iphone (think full page CTA)?

    Thanks!

    #164748

    Hey cpUSA!

    What slider you’re currently using? A link to your website will help.

    Regards,
    Ismael

    #165297

    v3.comparepower.com <— test environment only… good to see the issues.

    #165424

    Hey!

    Configuring the LayerSlider’s height on a mobile device is a bit complicated. I suggest you use the Fullscreen Slider. You can add this on your custom.css or Quick CSS to modify the height on mobile device (iPhone).

    @media only screen and (max-width: 767px) {
    .avia-fullscreen-slider .avia-slideshow {
    min-height: 200px;
    }
    }

    Best regards,
    Ismael

    #165827

    I will look at this…though not an ideal solution. Next up: Do you have a previous topic you could point me to on how to customize the sliders to include form entry elements, or should I start a new task?

    Thanks for all the support – you guys are great!

    #167291

    Hello!

    You can add any html you want to the layer sliders individual slide in the HTML section. It will need much more in depth css to keep it all responsive but that is the best way to just add custom content to the slide.

    Cheers!
    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘any way to change the default height of images in the mobile?’ is closed to new replies.