We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<div class="rounded paroller" style="background: url({{asset('frontend/img/page/over-head-line.jpg')}}) repeat center; background-size: cover;height:648px;" data-paroller-factor="0.5" data-paroller-factor-md="0.3" data-paroller-factor-sm="0.2" data-paroller-factor-xs="0.1" ></div>
and init like this $('.paroller').paroller();
$('.paroller').paroller();
The text was updated successfully, but these errors were encountered:
Faced the same problem. Only foreground elements work
Sorry, something went wrong.
Can confirm this, jQuery version 3.5.1 No error in the console, the "background" property keeps the Y position value at 0:
background: url("https://unsplash.it/1920/500?image=974") no-repeat scroll center 0 / cover;
@AMK882KXX @sythasiek Update : Found the solution: do not use the minified script ;) Last update of that file was two years ago...
No branches or pull requests
and init like this
$('.paroller').paroller();
The text was updated successfully, but these errors were encountered: