I'm trying to use stellar with bootstrap v4, jquery 3.2.1 but it returns error "Uncaught TypeError: elem.getClientRects is not a function"
$.stellar({
horizontalScrolling: false,
verticalOffset: 40
});
Thanks!
I'm trying to use stellar with bootstrap v4, jquery 3.2.1 but it returns error "Uncaught TypeError: elem.getClientRects is not a function"
$.stellar({
horizontalScrolling: false,
verticalOffset: 40
});
Thanks!
Copyright © 2021 Jogjafile Inc.
Stellar is no more maintained and it's not compatible with newer jQuery 3. Try to use jQuery 2 and it should works.