Questions tagged [photo-gallery]

For questions relating to image galleries

For questions relating to image galleries - multiple images displayed to the user.

589 questions
0
votes
1 answer

Writing an own iPad photogallery - dealloc error

i want to write my own photogallery like the original "Photos.app" from apple. I´ve created a UITabbarcontroller in the AppDelegate and then an "ImageViewController" and a "VideoViewController". In the "ImageViewController" i´ve added an…
geforce
  • 2,593
  • 3
  • 28
  • 44
0
votes
0 answers

How to take a value from "link to" in Photo Gallery Wordpress

I would like to take a value from input "link to" in Photo Gallery by PHP and put it in tag. Something like this: $gal_id = (int) $gallery[ $i ]; echo ' but instead of…
user7659796
0
votes
2 answers

I have a bunch of great photos that I would like to sell online, in the Android Marketplace, and Itunes for iphone and ipad. Suggestions?

I have decent programming skills and could create an Android app and an iPhone app, but the application is so simple, I was wondering if anyone already knew of an app to already do this. I have thousands of images and videos that I would like to…
Aaron Jay
  • 1
  • 3
0
votes
2 answers

photo gallery in php/jquery

I'm looking for a plugin for photo gallery in php/ jquery/ mysql to get the photos from the database that would look like this: http://dev.sencha.com/deploy/dev/examples/organizer/organizer.html Organizing Images into Albums using php/jquery Anyone?
anonymous
  • 9
  • 3
0
votes
1 answer

Django multiple image upload to S3

I am struggling to find a solution for a photo gallery in django. I've checkout out every django photo package (photologue, imagekit, etc.) I could find an none of them are really helping me in my quest. I am trying to build a simple image gallery…
IoanCosmin
  • 25
  • 11
0
votes
1 answer

can I open PhotoGallery using 'DKImagePickerController' in swift

I want to open PhotoGallery in iPad using 'DKImagePickerController', is it possible?? I have tried to open gallery using UIImagePickerController and its work fine but i have only one option(popoverPresentationController) to open Gallery and its…
Krunal Patel
  • 1,649
  • 1
  • 14
  • 22
0
votes
2 answers

how to display my custom post type in the given filterable gallery?

Here is the code that i want to display my custom post type to filter the projects , any help ? i created custom post type which include image , catagory , file and title i want to make a filter gallery html dynamic from wp query . i want to…
Abid Hussain
  • 13
  • 2
  • 8
0
votes
3 answers

Picture or photo viewer on my Web site

Lets say I let the customer upload up to 5 pictures. I'm looking for a good way to let visitors see the images one by one. I've seen some.. where there are thumbnails on the side/bottom (that looks like a vertical/horizontal film strip) and the…
Weng Fai Wong
  • 640
  • 3
  • 16
  • 35
0
votes
1 answer

UIPageViewController shows an animation in the wrong direction when deleting the last photo

I'm using UIPageViewController with transition style swipe, to implement a photo gallery. As the user swipes through photos, she can delete an individual photo, in which case the gallery goes to the next photo, along with an animation. This works as…
Kartick Vaddadi
  • 4,818
  • 6
  • 39
  • 55
0
votes
1 answer

Photo Gallery for website

i want to create a photo gallery for my html website. which should contain album wise photo management. previously i was embedding picasa web album to the website. but now they have stopped support for that. so can anybody suggest me an idea.…
anandd360
  • 298
  • 3
  • 14
0
votes
1 answer

Titanium add photo to specific gallery

So I have the following which works real nice as is: button.addEventListener("click", function(e){ Titanium.Media.showCamera({ success:function(e){ if(e.mediaType === Titanium.Media.MEDIA_TYPE_PHOTO){ var…
Chris
  • 419
  • 2
  • 16
0
votes
2 answers

Show custom alert for camera and gallery permission swift 3

May be this is duplicate question but I actually didn't find exact solution. I have camera and photo gallery collection view on the same screen.see this UI When I land to this screen, I get two alerts: one for camera access and other for photo…
Sumeet Purohit
  • 657
  • 1
  • 7
  • 16
0
votes
2 answers

jQuery: multiple photo galleries on same page

I'm trying to figure out how to use a jQuery photo gallery multiple times on one page. Most, if not all jQuery galleries out there user an ID to target the main gallery image and replace the attribute. How can I construct a gallery and only replace…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
0
votes
2 answers

landscape images from photo library swift 3.0

I am making landscape app, I need to pick only landscape photos from the Photo Library, How do I fetch photos only in landscape?
Maha Khan
  • 33
  • 3
0
votes
2 answers

Android image gallery is very slow

I'm starting with android and following some tutorials on web. I'm trying to create an android gallery image and it works, but only if the image that i put in drawable folder are small. If i put inside it images with a bigger size and better quality…
Ennio
  • 153
  • 2
  • 11