apertureless/vue-parallax

Same image with 2 parallax :fixed="true"

Opened this issue · 5 comments

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.

@apertureless which part of the code do you think I can address the above? Would like to look into it and see if I can work out a fix.

As it is using the fixed prop, I guess it is css related.

disappointing

You can't use both