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.