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
n is not a function
0.5.3
Script returning error.
Below is the script that loads the splide.
$(".splide.media-scroller", context).once("splide-init").each(function () { new Splide($(this).get(0), { type: 'loop', drag: 'free', focus: 'center', perPage: 3, autoScroll: { speed: 0.5, }, gap: "1.5rem", pagination: false, arrows: false, padding: "1.5rem", mediaQuery: 'min', fixedWidth: '65%', breakpoints: { 576: { fixedWidth: "41%", }, 992: { fixedWidth: "30%", }, 1200: { fixedWidth: "17%", }, } }).mount(window.splide.Extensions); });
No response
There shouldnt be any javascript error.
The text was updated successfully, but these errors were encountered:
Hello, I have same problem, is anyone trying to solve this ? Console is showing this error:
Sorry, something went wrong.
No branches or pull requests
Checks
Version
0.5.3
Description
Script returning error.
Below is the script that loads the splide.
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
There shouldnt be any javascript error.
The text was updated successfully, but these errors were encountered: