Skip to content

Same image with 2 parallax :fixed="true" #16

Open
@danialhr

Description

@danialhr

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions