pixelcog / parallax.js

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

Color Overlay of the image #156

Closed weilinzung closed 7 years ago

weilinzung commented 8 years ago

I tried to put colour overlay of the image, on Desktop I am fine by just put the colour on the div. But on mobile device that the colour is not showing. Any correct way I should do? here is my code and markup. thanks <section class="test" data-parallax="scroll" data-image-src="<?php echo $image_parallax; ?>"> <section>

.test {
overflow: hidden;
 min-height: 100%;
 background-color: rgba(189,121,2,.7);
}
ner00 commented 6 years ago

Were you able to solve this at the time you closed this issue?