Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Colorbox Issue #20

Open
fmitchell61 opened this issue Oct 4, 2019 · 1 comment
Open

Colorbox Issue #20

fmitchell61 opened this issue Oct 4, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@fmitchell61
Copy link

fmitchell61 commented Oct 4, 2019

Hi

I use Pageable as a slideshow, and some slides use Colorbox to pop up or pop out images
I wish to show something.

Whilst viewing inside Colorbox, Pageable will scroll away from the original slide.

Is there a way to prevent this scrolling?

Using Windows7, Firefox 69.0.2 (32-bit)

pips: true,
animation: 100,
delay: 300,
throttle: 150,
orientation: "horizontal",
easing: function easing(t, b, c, d, s) {
return -c * (t /= d) * (t - 2) + b;
},
onInit: noop,
onUpdate: noop,
onBeforeStart: noop,
onStart: noop,
onScroll: noop,
onFinish: noop,
swipeThreshold: 50,
freeScroll: false,
slideshow: false,
infinite: false,
childSelector: '[data-anchor]',
events: {
wheel: true,
mouse: true,
touch: true,
keydown: true
}

@fmitchell61
Copy link
Author

The effect can be seen here:
19_Pageable.zip

@Mobius1 Mobius1 added the bug Something isn't working label Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants