pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

Same size for each element #259

Closed morawcik closed 6 years ago

morawcik commented 6 years ago

Hi

It's possible (even with manual change code) to make all parallax elements with the same height? I have couple of images and some of them are bigger than other and it's ugly when each one parallax has different height :(

wstoettinger commented 6 years ago

this should be possible setting a fixed height of the parallax window like so:

.parallax-window {
    height: 400px;
    background: transparent;
}

I may kindly ask you to use stackoverflow for questions like this in the future!