Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Carousel like gallery in jQuery Mobile [closed]

I'ld love to do something like this in jQueryMobile:

Carousel

I don't need much more than a slider and the indicator which page is selected. It shall show some pictures.

So I testet a lot of Image Galleries. But most of them does

a) Have Thumbnails as initial interface or b) doesn't work well with jQuery Mobile.

Does anybody know a simple way to get this started?

like image 690
PascalTurbo Avatar asked Jun 15 '12 12:06

PascalTurbo


2 Answers

Cubiq's Swipeview is really good, lightweight and responsive.

It has what you asked for and not much more. Of the sliders I've tested with jQM this is by far the most responsive.

In order for it to work with jQM you have three options:

  1. Initialize before jQM
  2. Wrap it in a pageshow
  3. Place it in an iFrame
like image 158
Hessius Avatar answered Oct 11 '22 13:10

Hessius


The default carousel built into Bootstrap is fairly good. Combined with some custom css it can work wonders. It has the option for thumbnails, and I am sure it will work with jQuery Mobile.
You can see it using the link below:

Boostrap Carousel

like image 22
Sheldonbrax Avatar answered Oct 11 '22 12:10

Sheldonbrax