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

Hide parallax window from print #222

Closed epapada closed 6 years ago

epapada commented 6 years ago

Hi! I cannot find a way to successfully remove a parallax window when printing. Tried with css and @media print but no luck. Is there a way?

epapada commented 6 years ago

It is possible by hiding both parallax-mirror and the parallax-class. So I guess thats ok. Maybe a js option for disabling printing would be useful.

Cheers.

wstoettinger commented 6 years ago

that's usually done via css, not js. as you explained correctly, the solution is to hide the parallax-mirror and the parallax-window (or similar class you are using). Thanks for posting the solution!