bxslider-4
bxslider-4 copied to clipboard
Responsive jQuery content slider
I've noticed the fade mode works well on a large screen but the moment the screen is minimized to small mobile size screen and the mode is fade then the...
[This package](https://www.jsdelivr.com/package/npm/bxslider) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`
When using a screen reader such as NVDA, could you please check if its possible to have the screen reader announce the change in the current slide when using the...
(bxslider 4.2.5) - IE8 or higher: stutter (A loop does not work smoothly) - Chrome45: completely stop Has anyone got a fix for this? ``` html $(function() { $('#test').bxSlider({ slideWidth:...
Hi all, anyone face this problem? When Using bxSlider with touchEnabled=true. Everything Ok on other browsers except Desktop MacOs 's Safari. When I do swiping by mouse, bxSlider cast it...
example: [https://clip2net.com/s/41zKeaB](https://clip2net.com/s/41zKeaB) Solution: in jquery.bxslider.js in function ** var onTouchStart = function(e) {** (line 1103) change : ` slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove); ` to: ` slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove,{ passive:...
Hi, How are you? Hope you are doing great! So here's the issue ### **When I used dots on the bx slider and ran Google Lighthouse test on SEO tab...
When used bxSlider with a class selector, and happens to be many sliders with that class name, the public methods dont seem to work. But when called with just a...
I've been trying to get a number of carousels loading on the same page and on page load, the carousels are blank, but as soon as I resize the window,...
Following the latest updates to Chrome on both Android and Desktop (83.0.4103.61) the slider doesn't appear when set to vertical and a min/max-slide option is set.