Hello I'm using the following library: http://pixelcog.github.io/parallax.js/ and I have a problem.
I am attached as my image and how I want it to look me
My code is:
Html:
<div class="parallax-window" data-parallax="scroll" data-image-src="<?php echo get_template_directory_uri();?>/recursos/imagenes/parallax-home.jpg"></div>
Css
.parallax-window {
min-height: 400px;
background: transparent;
}
Thanks