Reply To: Adding rotating images in the home slider section?

Homepage Community Forums SquareOne Theme Support Adding rotating images in the home slider section? Reply To: Adding rotating images in the home slider section?

#12426
Mike
Customer

    Here’s an example of what I’m trying to achieve.

    http://stackoverflow.com/questions/2605889/fading-between-images

    Instead of just having…

    .head-bg {
        background-attachment: fixed;
        background-image: url("images/home-img-1.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    I’m trying to have multiple images rotating here.