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
Hi, jssor slider doesn't work on my ipad 4th generation but works on a samsung tablet, i have this code:
function ScaleSlider() { var parentWidth = jssor_1_slider.$Elmt.parentNode.clientWidth; if (parentWidth) jssor_1_slider.$ScaleWidth(Math.min(parentWidth, 1240)); else window.setTimeout(ScaleSlider, 30); } ScaleSlider(); $(window).bind("load", ScaleSlider); $(window).bind("resize", ScaleSlider); $(window).bind("orientationchange", ScaleSlider);
*doesn't work i mean it does not visualize the images/the slides.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, jssor slider doesn't work on my ipad 4th generation but works on a samsung tablet, i have this code:
*doesn't work i mean it does not visualize the images/the slides.
The text was updated successfully, but these errors were encountered: