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.

Same image with 2 parallax :fixed="true"

See original GitHub issue

Expected Behaviour

  <div style="position: relative;">
    <parallax :fixed="true";">
      <img src="/img/feature/para.jpg">
    </parallax>
  </div>

  <div style="position: relative;">
    <parallax :fixed="true" ;">
      <img src="/img/feature/feature.jpg">
    </parallax>
  </div>

Expect 2 different parallax image.

Actual Behavior

Shows only 1 single image repeated twice.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Mazarykcommented, Sep 24, 2019
0reactions
maplehsucommented, Jul 28, 2018

You can’t use both

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ultimate Guide to Using Parallax With Divi - Elegant Themes
There the image stays fixed while you scroll and other elements move up and down in front of the image. What Happens When...
Read more >
Why is my parallax scrolling image being ENLARGED?
I have a container that is set for the same aspect ratio as its parallax background image and yet when the page displays,...
Read more >
parallax with 1 image - Stack Overflow
Technically, it's impossible to get parallax with just one, 2-D image. You can shift the whole image, like DhruvPathak's answer, but that's not...
Read more >
Parallax fixed width image - BillionAnswers - Themler Answers
I would like to have the actual image size in width, fixed with in the parallax box. Then the parallax scroll shows the...
Read more >
Detecting change in images with parallax - CiteSeerX
ground plane displace from their true position by an amount that depends on their height and the look ... Assume two images taken...
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