SuperSlide.js icon indicating copy to clipboard operation
SuperSlide.js copied to clipboard

desktop fix left

Open navinSing opened this issue 6 years ago • 4 comments

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

navinSing avatar Apr 16 '19 16:04 navinSing

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.

osrec avatar Apr 17 '19 03:04 osrec

I wanted it be in library,, as window may get resized. Due to orientation.

On Wed 17 Apr, 2019, 9:27 AM OSREC Technologies, [email protected] wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/osrec/SuperSlide.js/issues/10#issuecomment-483927708, or mute the thread https://github.com/notifications/unsubscribe-auth/ACV8O3_1D28CWP5iVqXow_yGoHaO5S5Pks5vhpuQgaJpZM4cyyDK .

navinSing avatar Apr 17 '19 05:04 navinSing

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

osrec avatar Apr 18 '19 05:04 osrec

Thanks

On Thu 18 Apr, 2019, 10:41 AM OSREC Technologies, [email protected] wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/osrec/SuperSlide.js/issues/10#issuecomment-484358272, or mute the thread https://github.com/notifications/unsubscribe-auth/AASXYO7HNOYMIB737JYOVBDPQ77JJANCNFSM4HGLEDFA .

navinSing avatar Apr 18 '19 06:04 navinSing