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

    Hi,

    I have the latest hotspots feature working in the Layerslider by inserting shortcode as HTML element. However the image doesn’t resize according to screen size/stretch to fix the entire slider area. Can you please assist with having the image stretched to fill up entire slider area no matter the screen size?

    Thank you and much appreciated!

    #353954

    Hey Vayda!

    I’ve never seen anyone do that before so I’m kind of surprised it’s working. It appears to be updating correctly as I resize my browser. Can you take a screenshot and highlight what your referring to?

    Cheers!
    Elliott

    • This reply was modified 9 years, 4 months ago by Elliott.
    #354068

    Hi Elliott,

    Here’s a screenshot of when the window is expanded beyond the image’s 1600px width, notice the blank/black space
    http://screenshot.net/9nj2zbz

    And here’s a screenshot of when the window size is reduced, the width seem to be adapting to the change, but there’s still blank space underneath
    http://screenshot.net/mone1ho

    I’ve also inserted the exact same image into slide 2, which fills up the entire slider.

    Thanks for your help

    #354340

    Hey!

    It looks like you have a coming soon page setup now. Send us a WordPress login and set your reply as private so we can take a look at your settings.

    Cheers!
    Elliott

    #354728
    This reply has been marked as private.
    #355401

    Hey!

    Well since your changing it out to something else on mobiles then I think the easiest way would be to force it’s height to fit the container with CSS.

    Try this.

    .avia-layerslider .main_color, .avia-layerslider .main_color .av-hotspot-container {
        height: 620px !important;
    }

    Cheers!
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.