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
maybe you could also make the carousel responsive?
The text was updated successfully, but these errors were encountered:
Hi. This hack make carousel more responsive.
$(window).resize(function(){ setTimer(true); pluginData.currentlyMoving = false; setupFeatureDimensions(); setupCarousel(); setupFeaturePositions(); setupTrackers(); initiateMove(true,1); });
Insert before this.initialize = function
https://github.com/bkosborne/jQuery-Feature-Carousel/blob/master/js/jquery.featureCarousel.js#L660
Sorry, something went wrong.
Agree with Karneds. In addition, you had better wrap it inside setTimeOut if you don't want it re-calculate many many times when resizing windows.
No branches or pull requests
maybe you could also make the carousel responsive?
The text was updated successfully, but these errors were encountered: