Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image gallery in jquery mobile

I am new in jquery mobile.i have an array in which i have stored images link from server.i want to display these images in a image gallery using jquery mobile.please help.Any help will be appreciated.

like image 785
Ullas Avatar asked Sep 21 '11 05:09

Ullas


2 Answers

I recommend you used PhotoSwipe. It a cool photo web framework.

like image 163
PhuocLe Avatar answered Sep 19 '22 05:09

PhuocLe


You can use JQtouch Photo gallery plugin-

http://code.google.com/p/jqextensions/wiki/JQTouchPhotoGallery

Demo - here.

If you don't like JQtouch you can used-

PhotoSwipe lib- http://www.photoswipe.com/

Demo - here.

Demo Code- here.

like image 29
Mayur Birari Avatar answered Sep 19 '22 05:09

Mayur Birari