Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS need a responsive full page background photo background

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180625
    drotar
    Participant

    preferably one that allows one to have a slide show. am working on a site http://www.bjoinfilms.com/testZ/

    which is not allowing me to use adobe edge because it obstructs the video player when rotating on an iPad from portrait to landscape mode. this is driving me nuts. can anyone please suggest any great suggestions for responsive full page background image jquery slideshows> i am currently considering backstretch. any other suggestions please.

    greatly appreciated.

    drotar

    #180666
    ThatCat
    Participant

    I recommend use

    body img {
    max-width:100%;
    height:auto;
    }

    for make the images “responsive”.

    About the slideshow, yeah, Backstretch looks pretty good and simple.

    #180710
    shaneisme
    Participant

    If an element has 100% width and height, you can just set its background and give it this property: background-size: cover.

    If you need a background ‘slideshow’ of sorts, you can just set up a timer to change the background image out to another.

    #180661
    ThatCat
    Participant

    Try to search in Google “full page slideshow“, and find what is the best for your website.

    For responsive images I recommend use in CSS:

    body img {
    max-width:100%;
    height:auto;
    }
    <code></code>

    Advices:

    Why when I make mouseover on the “HOME” button all the buttons’ make itself bigger?

    Use transitions in the NAV, for make the website a little more nice.

    p.s.: Backstretch looks pretty good and simple :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.