first commit
This commit is contained in:
15
assets/vendors/jarallax/jarallax.css
vendored
Normal file
15
assets/vendors/jarallax/jarallax.css
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
.jarallax {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
.jarallax > .jarallax-img {
|
||||
position: absolute;
|
||||
object-fit: cover;
|
||||
/* support for plugin https://github.com/bfred-it/object-fit-images */
|
||||
font-family: 'object-fit: cover;';
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
7
assets/vendors/jarallax/jarallax.min.js
vendored
Normal file
7
assets/vendors/jarallax/jarallax.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user