You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been using the following CSS for full screen backgrounds but it doesn't work with Cool Kitten.
.slide1 {
background: url(images/image.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
When I remove the 'no-repeat center center fixed' from the first line the background image will appear, however the image then repeats, defeating the purpose.
Has anyone got full screen backgrounds to work with Cool Kitten?
The text was updated successfully, but these errors were encountered:
Hi, I am having a similar problem. I want to have a smaller background image centered, but the centering gets overwritten by the js i guess.
Did you find a solution to your problem?
Best regards
Marie
Hi,
I've been using the following CSS for full screen backgrounds but it doesn't work with Cool Kitten.
.slide1 {
background: url(images/image.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
When I remove the 'no-repeat center center fixed' from the first line the background image will appear, however the image then repeats, defeating the purpose.
Has anyone got full screen backgrounds to work with Cool Kitten?
The text was updated successfully, but these errors were encountered: