Skip to content
New issue

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

Fix mobile device manipulation #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kayasky
Copy link

@kayasky kayasky commented Mar 2, 2015

Fixed issue #315

I copied over and modified some code from the internal _run() function to the push() function which fixed this issue for me. Basically what this does is add the pushed image(s) to the _controls.slides array if swipe is enabled. This of course assumes you are using the galleria.push() method to push additional images to the Slideshow after the Slideshow is ready.

Fixed issue GalleriaJS#315

I copied over and modified some code from the internal _run() function to the push() function which fixed this issue for me. Basically what this does is add the pushed image(s) to the _controls.slides array if swipe is enabled. This of course assumes you are using the galleria.push() method to push additional images to the Slideshow after the Slideshow is ready.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants