We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Ive been testing your script here: http://codepen.io/stelco74/pen/bBKazK
I was wondering, is it possible to load the images from a CSS class? We do this quite extensively on our company website. See example below...
.athena .kbslide { background-size: cover; background-position: center; width:100%; height:100%; position:absolute; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, Ive been testing your script here: http://codepen.io/stelco74/pen/bBKazK
I was wondering, is it possible to load the images from a CSS class? We do this quite extensively on our company website. See example below...
.athena .kbslide {
background-size: cover;
background-position: center;
width:100%;
height:100%;
position:absolute;
}
The text was updated successfully, but these errors were encountered: