Skip to content
New issue

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

Goes straight to catch without throwing any errors #62

Open
FranCoulibaly opened this issue Jul 2, 2019 · 0 comments
Open

Goes straight to catch without throwing any errors #62

FranCoulibaly opened this issue Jul 2, 2019 · 0 comments

Comments

@FranCoulibaly
Copy link

HTML
div class=" bg-image"></div> <div class="error"></div>

JS
$(document).ready(function() { try { $('.bg-image').ripples({ resolution: 256, interactive: true, perturbance: 0.04, }); } catch (e) { $('.error').show().text(e); console.log("error"); } });

CSS
.bg-image { height: 100%; background-image: url("../img/october-trix.jpg"); background-size: cover; }

Can anyone help? Its driving me insane!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant