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

What's the best way on Android to create a photo gallery (fullscreen)

I wonder what's the best way to create a photo gallery for my app. I get the pictures from an RSS feed and I want to display each of them in fullscreen. What should I use ? I tried with an ImageView but the images are resized in a bad way (they…
Fr4nz
  • 1,616
  • 6
  • 24
  • 33
0
votes
3 answers

Update window hash (at url)

So I have this js code for an image gallery: (this.settings.update_window_hash) { var thumb_link = this.images[this.current_index].thumb_link; if (thumb_link.attr("id")) { window.location.hash = "#image-"+…
inrob
  • 4,969
  • 11
  • 38
  • 51
0
votes
1 answer

Polaroid photo gallery effect with background images/css

I'm showing photos and photo albums on the same page and would like to create a "polaroid" style effect for the photo albums, see . I'm looking for a background graphic or some css to do that.
uwe
  • 3,938
  • 11
  • 37
  • 50
0
votes
1 answer

How to sort photo gallery script date wise

I am using below code to generate photo gallery from a folder. How can i sort thumbnails date wise.
Learner
  • 13
  • 4
0
votes
1 answer

Image fade effect for an existing javascript photo gallery

I am a photographer and I have been working on redesigning my website lately. I utilized a slideshow code that I found on a very useful website and was able to customize it to my need by removing autoplay, customization of next, prev buttons and…
user1463848
0
votes
1 answer

Fancybox custom titles for multiple galleries

1)I have a bunch of images split in two galleries in fancybox. I am using the code below to split my titles into separate lines. My HTML has a separate div with the titles, each in a div as well. It works, but it is adding titles to both galleries…
0
votes
2 answers

Which version of android will let me access photos taken by my phone?

I am developing an app that will let users attach a picture to some text within the app itself but the user will need to access the phones gallery to pull photos out of it and into the application. My phone is running 2.3.5 is this version capable??…
meself1000
  • 15
  • 3
0
votes
2 answers

Load "Loading" image before laoding Image from server?

I am new to iOS development so please bear with me. I am trying to create a basic photo gallery but ran into a problem. When I started out with the project I just included all the images in my project. Now after having a lot more images(400+) I…
Praxder
  • 2,315
  • 4
  • 32
  • 51
0
votes
1 answer

How to create a photo gallery view with the images which is in my application documents directory folder?

I am saving photos in application folder, now I need to show these saved photos in a gallery view in my application, I've given a try to Fgallery, but it was not worthy as this is showing only local(Main bundle's) and network (server) images.I need…
Naina Soni
  • 720
  • 5
  • 21
0
votes
1 answer

Android : How to share photo with CAPTION via Android share intent on Facebook?

Hi guys I want a example or a link through that guidance want to know how to upload photos from device into facebook? Can anyone please provide me a solutions?
Rahul Baradia
  • 11,802
  • 17
  • 73
  • 121
-1
votes
1 answer

iphone image library

I need to work on an image library for iphone/ipad devices. I once saw a sample code in which we could arrange multiple images in landscape format with three images on every screen and image in the center was larger and in front. We could easily…
pankaj
  • 7,878
  • 16
  • 69
  • 115
-1
votes
1 answer

Why is photo library not displaying when I select it in swift?

Using this question I ask the user to decide whether they want to use the camera or choose an image from their phone: //Show alert to select the media source type. private func showAlert() { let alert = UIAlertController(title: "Image…
David
  • 769
  • 1
  • 6
  • 28
-1
votes
1 answer

Template/Tips for Photo/Artwork viewing only App in iOS

First, I must say have never programmed in iOS, I am only familiar with Matlab & Mathematica. I would like to create an App to show my artwork & photography. A "view only" app. yet. Any suggestion on existing templates or place to start ? Many…
500
  • 6,509
  • 8
  • 46
  • 80
-1
votes
1 answer

Second JavaScript Not Work On Same HTML Page Why?

Can anyone help me please with this problem I'm having. I have this website where it has a photo gallery function programmed on it. You press one arrow button and it will show the next image in a sequence of images. Press the previous arrow button…
-1
votes
1 answer

How to take and save photo without Uiimageview (swift4)

The following code is that standard take photo then place it on imagview then save the image on image view to the photo gallery. I want to skip the uiimageview part and just take photo and have it automatically save to the photo gallery. import…
user8105388