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

touch devices do not display all slides [fix] #378

Open
twentyfortysix opened this issue May 15, 2020 · 0 comments
Open

touch devices do not display all slides [fix] #378

twentyfortysix opened this issue May 15, 2020 · 0 comments

Comments

@twentyfortysix
Copy link

twentyfortysix commented May 15, 2020

Hi.
I OS, Android on all I tried the the slides are not complete, not visible to be more specific.

the slider manipulate both styles "left" and "transform3D" which are multiplied on touch devices and the slides disappear.

here my fix

@media (hover: none) {
  #swipebox-slider {
    left:0 !important;
  }
}
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

No branches or pull requests

1 participant