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
I'm trying to change the images and nothing seems to be happening. Is this the correct syntax? Is there something else i need to do?
$('body', 'main').ripples('set', 'imageURL', 'url ("./../back/forest.jpg")');
Tried with/without quotes, brackets, url before the brackets.. do i need to do anything else to update the image?
F/905
The text was updated successfully, but these errors were encountered:
It's imageUrl, not imageURL, so try $('body', 'main').ripples('set', 'imageUrl', './../back/forest.jpg'); 😬
imageUrl
imageURL
$('body', 'main').ripples('set', 'imageUrl', './../back/forest.jpg');
Sorry, something went wrong.
No branches or pull requests
I'm trying to change the images and nothing seems to be happening. Is this the correct syntax? Is there something else i need to do?
$('body', 'main').ripples('set', 'imageURL', 'url ("./../back/forest.jpg")');
Tried with/without quotes, brackets, url before the brackets.. do i need to do anything else to update the image?
F/905
The text was updated successfully, but these errors were encountered: