-
My template code in <template>
<div class="flex">
<TopNavBar />
<BigName />
<AboutMe />
<va-parallax target=".base-layout__content" :src="sampleImage" />
<Skills />
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has
roots in a piece of classical Latin literature from 45 BC, making it over
2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney
College in Virginia, looked up one of the more obscure Latin words,
consectetur, from a Lorem Ipsum passage, and going through the cites of
the word in classical literature, discovered the undoubtable source. Lorem
Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et
Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This
book is a treatise on the theory of ethics, very popular during the
Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit
amet..", comes from a line in section 1.10.32.
</p>
</div>
</template>
However, no parallax effect can be seen.
|
Beta Was this translation helpful? Give feedback.
Answered by
alygee
Aug 19, 2021
Replies: 1 comment 1 reply
-
Hello @iqfareez. It looks like you just copied the template from the example and you don't have a suitable target I've created an example here with a layout in which a component works. You can try using it in your project. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iqfareez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @iqfareez.
It looks like you just copied the template from the example and you don't have a suitable target
.base-layout__content
on the page.I've created an example here with a layout in which a component works. You can try using it in your project.