Same image with 2 parallax :fixed="true"
See original GitHub issueExpected 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:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The demo page uses both: https://apertureless.github.io/vue-parallax/
You can’t use both