120 questions
1
vote
0
answers
18
views
Can't make responsive images work with parallax.js - plus image missing from jsfiddle
I have a mixture of scrolling and parallax images. I need one of the parallax images to be responsive - either scale with the width of the viewport (preferred), or display a different image.
Or ...
0
votes
1
answer
214
views
How to disable parallax.js on element click
I want these class elements to be deactivated in their current coordinated positions (without resetting the position) when clicked.
<div id="scene" data-relative-input="true">...
-1
votes
1
answer
232
views
How to make one fixed background with parallax scrolling
Is it possible to have one fixed video gif page and then when I'm scrolling things just add up on that fixed video gif page.So it will be only one page but things will be adding up when user is ...
0
votes
1
answer
113
views
Can page load with parallax effect faster in Next.js?
My page get 50% from Google Page Speed: https://tikex-dev.com
The template page I replicating get 72% on desktop.
http://themes.framework-y.com/codrop/music/
Why they page load faster? I see a black ...
0
votes
1
answer
3k
views
How to pass custom html attributes in Next.js?
When I pass following attributes, Next.js raise warning. Is it a way to avoid?
<div
className="col-lg-6"
data-anima="fade-bottom"
data-time={1000}
></div>
...
0
votes
2
answers
177
views
How to add text over parallex scroll(jquery plugin)
I was using the jquery plugin:- https://github.com/pixelcog/parallax.js/, to create a parallax scroll in a website.
I installed parallax using npm and also included:-
<script src="https://code....
0
votes
0
answers
168
views
parallax library not working in component (Vuejs)
im trying to install the universal parallax library, however when i call in my component nothing appear. no error appear also, can anyone help me? i would really appreciate, im not sure what is ...
0
votes
1
answer
177
views
Scaling image in Parallax.js
I apologize in advance for my English, I'm using Parallax.js on my page and I ran into the following problem. The picture that I use to create the parallax has a resolution of 3160x2840 but my screen ...
1
vote
0
answers
90
views
Bootstrap4 button collapse and Parallax-js not displaying correctly
Bootstrap collaspe div is not pushing the parallax div, but instead going on top of it.
See here: https://codepen.io/carlo-designer/pen/zYZoNYM
Code is below:
<div class="container my-5">
&...
0
votes
2
answers
155
views
Parallax.js displays expected behavior on desktop and ios devices but not working on android devices
I implemented the tool as per the instructions at https://pixelcog.github.io/parallax.js/ (also watched a YouTube tutorial on it before that). It works perfectly on desktop sites (and shows graceful ...
0
votes
1
answer
3k
views
Parallax with mouse
I'm trying to 'transform' elements, img here when the mouse moves on the page. I have integrated a vanilla code to create this effect and thought I understoond it but it seems I was wrong. The element ...
2
votes
0
answers
708
views
React doesn't recognize Parallax.js
I am trying to install https://github.com/wagerfield/parallax/, I already read the documentation, and I got a sample of how to use it in javascript, I am going to use it in React, so, with that sample ...
0
votes
0
answers
73
views
Parallax Background Image Slightly to the left
I am using stellar.js to create a parallax effect on my webpage. The problem is that the background image is slightly to the left. Here is the js code I'm using:
function() {
if ( !isMobile.any()) ...
0
votes
0
answers
122
views
Parallax.js: Image not showing up
I'm using parallax.js to give a parallax effect to my images. I have one background image and one layer image. I tried to follow a tutorial on Youtube but the images don't seem to show up. I have gone ...
0
votes
1
answer
61
views
Issue when resizing overlay on Parallax
I just bought this template.
When resizing the window under 991px, the overlay does not fit the section because of padding 60px. Do you know what I can do to resolve this ?