apertureless/vue-parallax

how to use when more than 2 images ?

Closed this issue · 0 comments

<Parallax :speedFactor="0.5" direction="down"> <img class="section-bg" src="~/assets/images/section-1-bg.png" alt=""> </Parallax> <div style="height:500px;"></div> <Parallax :speedFactor="0.5" direction="down"> <img class="section-bg" src="~/assets/images/section-1-bg.png" alt=""> </Parallax>
the last image not working....