Closed pixelbacon closed 9 years ago
The problem with example on CodePen was, that it included the old way of sniffing window resize events. It changed from being $(window).bind('resize', fn)
in 2.4.2, to $(window).resize(fn)
in 2.5.0. The library should work fine with all 3+ versions of Bootstrap.
Once again, thanks for reporting it!
My pleasure :)
The code has a good intention so by all means my pleasure.
Codepen