Using the suggested markup, css is correct, but absolutely no image is showing. When I use regular img tag (i.e.: <img src="*"/>
) image shows perfectly... please help, im totally stumped and this thing is supposed to be so easy. Here's my code:
<div class="parallax-window" data-parallax="scroll" data-position="top" data-bleed="10" data-image-src="AE.jpg" data-natural-width="1920" data-natural-height="1000" style="height: 400px;"></div>
css:
.parallax-window {
min-height: 400px;
background: transparent;
}
Any insight would be appreciated. Im running jquery 1.11.1 and foundation
Thanks in advance.