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

desktop fix left #10

Open
navinSing opened this issue Apr 16, 2019 · 4 comments
Open

desktop fix left #10

navinSing opened this issue Apr 16, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@navinSing
Copy link

Is there an option by which if it is desktop the menus will be fixed on the left (or the given position)

@osrec
Copy link
Owner

osrec commented Apr 17, 2019

Not by default, however it should be fairly easy to implement:

  1. Determine if you're on desktop - use the user agent or width or something else (your choice!)
  2. If yes, then don't create the superslide object. If no, then create it.

@navinSing
Copy link
Author

navinSing commented Apr 17, 2019 via email

@osrec
Copy link
Owner

osrec commented Apr 18, 2019

Putting this in the library may be an option - we'll think about adding it in the next release :)

@osrec osrec added the enhancement New feature or request label Apr 18, 2019
@navinSing
Copy link
Author

navinSing commented Apr 18, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants