Before you ask please READ THIS

Slideshow background height on responsive

edited July 2013 in Hypershot Posts: 19
Hello! I have some pages with a slider background, but in responsive the slider shrinks to the width of the smartphone screen, leaving the rest of the page with color background. Is there a way to have the slider full height on smartphone or tablet (like when using an image as background)?
Thank you,

Anne-Sophie

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    There is no way to do this in case of slider. However you can show me screen shot of what you see now and maybe I will have some option for you:-)

    With regards.
  • Posts: 19
    Hello!
    Thank you (it was what a bit what I thought, but just wanted to have it confirmed...). You can see a screenshot on http://devargas.com.es/temp/responsive.jpg
    Actually, it looks fine when landscape :) but on portrait, background appears... Any suggestion would be welcome!
    Regards,

    Anne-Sophie
  • AirAir
    Posts: 10,970
    I thought you mean something else:-) In that case I have no suggestions unfortunately.

    With regards.
  • edited July 2013 Posts: 19
    Ok, then, would it be possible to have the footer (like it shows in albums) in bottom, as shown in http://devargas.com.es/temp/responsive2.jpg?
    Post edited by asdevargas on
  • AirAir
    Posts: 10,970
    You can try to use this custom CSS

    @media only screen and (max-width: 650px) {
    #footer,
    body.single-album.bricks-theme #footer{
    position: fixed;
    }
    }
    With regards.
  • Posts: 19
    Wonderful!! :D Thank you, it works just fine!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion