question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parallax not working, as directed

See original GitHub issue

Other js components working. When appended class=‘parallax’, image will disappear. My slim file is like this.

.parallax-container
  .parallax
    = image_tag 'top_hawaii.jpg', width: '100%'

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:42 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
SCLeoXcommented, Jul 5, 2016

Seriously, for me, using jQuery 2.2.4 solved the problem. jQuery 3 has a lot of compatible problems now. >.>

7reactions
izzycodecommented, Jun 28, 2016

for some reason css is:

 .parallax img{
      display:none;
      ...
}

overriding solved the problem:

.parallax img{
      display: inherit !important;
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Parallax 2.0 doesn't work, gives me this message ... - Reddit
I love when a game or mod gives an exact reason why something isn't working, and people still come and ask. Really makes...
Read more >
Why do these parallax images display on desktop, but not ...
1 Answer 1 ... background-attachment: fixed on section.parallax_section_holder, is causing the issue for you. Reset the css property in media ...
Read more >
Revolution Slider – Parallax not working properly. - Themeco
I've applied the Parallax effect on the 2 'bubbles', and it works sort of… The parallax effect works like half of the time....
Read more >
What Parallax Lacks - Nielsen Norman Group
Summary: Parallax-scrolling effects add visual interest, but they often create usability issues, such as content that is slow to load or ...
Read more >
Build and Test the Game - Parallax Inc
If your code worked as directed, you're free move on to the next section! However, if your circuit did not work as described...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found