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
3 answers

Image management system

I have a user that wants to be able to upload photo's to his website, and then be able to choose which album he wants them to appear in. I already have the albums hard coded on the site, but he wants the ability to add more. Does anyone know of a…
Catfish
  • 18,876
  • 54
  • 209
  • 353
0
votes
1 answer

can't know why the size of my photo is too much big when uploaded into my android app

I have an android app in which I give the possibility to whether take a photo or choose it from library. The problem is that taking a photo with the camera works pretty well, however, when I select a photo from the library the app bugs. After…
Othmane
  • 1,094
  • 2
  • 17
  • 33
0
votes
1 answer

Access all the photos of user album in iphone using application

I am working on one application in which i need to show slide show of the user selected photo album, UIImagePickerController only returns the selected image. I want all previous and next images of the selected image, is it possible with…
0
votes
2 answers

Help me deal with the logic behind picture gallery

Using PHP i want to create a picture gallery, i need a few suggestion on what would be the best logical solution for this. a) create a directory for an album and move all the related pictures into the directory and henceforth follow the same way for…
Ibrahim Azhar Armar
  • 25,288
  • 35
  • 131
  • 207
0
votes
0 answers

How to create Photo like comment same as Facebook in IOS

I have created timeline same as Facebook. My timeline data fetch by JSON, and reload in tableview. but how to add comment and likes functionality. I tried many times but not able to do. how to create design (UI) in which flow. I am totally…
0
votes
1 answer

File upload creating a temp file but additionally keeping track of the actual filename

Can someone please give me advice on how the technique of storing a temp file works. For example I am creating a simple web Photo Gallery management. I am saving the PhotoGallery and the Photo information in the database using PhotoGalleryId as a…
Blake Rivell
  • 13,105
  • 31
  • 115
  • 231
0
votes
2 answers

How to hide lightSlder's nav bar?

How to hide navigation block (bottom part of picture - points) for lightSlider, i need only pictures. I didn't see see standart parameter in lightSlider's docs. Example with nav bar: https://i.stack.imgur.com/x3Ydz.png, i need without it
while1pass
  • 340
  • 5
  • 15
0
votes
1 answer

How to move through gallery by clicking on images in jQuery Unslider?

I'm using the jQuery Unslider plugin for a simple photo gallery, and it seems to be working well except that there doesn't seem to be an option to go to the next image by clicking on the current one. I tried to implement that option myself with the…
Bankitalia
  • 21
  • 4
0
votes
1 answer

Not getting all videos of iPhone using PHCachingImageManager

I am using PHCachingImageManager().requestAVAssetForVideo to fetch videos from iPhone. I am not getting all the videos from my iPhone. Videos stored in Photos are being fetched not all. How can I get all the videos stored in iPhone storage. Here is…
Rajan Kambaliya
  • 157
  • 1
  • 12
0
votes
2 answers

Need a open source Php image gallery script

Can you recommend a php image gallery script which is simple to use, has login system where I can restrict no of downloads of images per user and is search engine friendly. Thank you for the help.
nishantcm
  • 935
  • 5
  • 14
  • 28
0
votes
1 answer

Image from gallery gives null object in IOS for Appcelerator

I want to get the file name and the native Path of the selected image from gallery. The below code works perfectly for Android But, gives null in IOS. Titanium.Media.openPhotoGallery({ success : function(event) { selectedImage = event.media; …
0
votes
3 answers

JavaScript - multiple argument function, which is a string for multiple image gallery

I have function like this which enables gallery by his ID: document.getElementById('galleryID').onclick = function (event) { event = event || window.event; var target = event.target || event.srcElement, link =…
0
votes
3 answers

ImagePicker Not Showing In Xamarin

I have an image picker in my app that opens up the users photo album (iOS) so they can select an image. I am using xamarin cross platform so I have a dependency service leading to this chunk of code. I got all the correct code after that but the…
0
votes
1 answer

wordpress as a cms photo gallery

So I am stripping down wordpress and using it as a simple photo/video gallery site. Basically each section has two types of pages: the gallery index (just thumbnail images), and the photo/video page itself. The problem that arises is one of…
goddamnyouryan
  • 6,854
  • 15
  • 56
  • 105
0
votes
0 answers

ios create share extension LIKE whatsapp & skype which shares images from photo library

I want to create a share extension for my app just like whatsapp and skype has. Basically, I want to save a photo from photo library to my app with share extension. I found that I can use UIDocumentInteractionController but I couldn't find any…
Paras Gorasiya
  • 1,295
  • 2
  • 13
  • 33