Same image with 2 parallax :fixed="true"
Opened this issue · 5 comments
danialhr commented
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.
danialhr commented
@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.
apertureless commented
As it is using the fixed prop, I guess it is css related.
kele59 commented
disappointing
maplehsu commented
You can't use both
Mazaryk commented
The demo page uses both: https://apertureless.github.io/vue-parallax/