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

Thumbnail gallery to return to beginning of gallery

I have a thumbnail gallery and I would like it to return to the beginning of the gallery once you have reached the end of the galley but I can't seem to figure out how to achieve this functionality. Here is what I have so far [1]:…
jsavage980
  • 125
  • 2
  • 4
  • 17
0
votes
0 answers

How can I set the orientation of images in a gridview (taken with the phone camera)?

I'm working on a college assignment for an app that will allow me to tag photos with my phone contacts. I'm using a GridView of ImageViews to display the thumbnails, that works fine. However, all the images are displayed in landscape, irrespective…
mal
  • 3,022
  • 5
  • 32
  • 62
0
votes
1 answer

Add Facebook Photo Album to iOS6?

I'm very much out of it. I looked into Facebook Developer and it didn't have what I am looking for. I am making an iOS and Android app for a VBS program. I was wanting to add their official Facebook Photo Album to the app so when the user has wifi,…
HowbeitGirl
  • 591
  • 3
  • 12
  • 21
0
votes
1 answer

Fotorama plugin, opens fullscreen mode only once

I'm using the jQuery plugin Fotorama for my image gallery. When I click on a thumbnail to open the Fotorama gallery in fullscreen, then it will only open the first time (it will not reopen again after exiting the fullscreen and clicking the same…
job kwemoi
  • 65
  • 1
  • 10
0
votes
1 answer

Run PHP and HTML automatically in every directory folder

I'm making a photo gallery with folders and subfolders of images. I'd like to not have to put an HTML file in every folder. How can this be done? Here is my PHP:
0
votes
1 answer

Embedded video appears on top of photo gallery

So I have a webpage that I'm working on and am having a problem with a "lightbox" effect showing a picture gallery overlayed on top of the site after clicking on the image representing that gallery. http://themeanseasonband.com/media It works as…
Mlaub
  • 1
  • 1
0
votes
1 answer

Image gallery inside fieldset?

I designing edit form using fieldset. For example, items: [ { xtype: 'textfield', name: 'nameEn', label: 'Name (English)', placeholder: '', autoCapitalize: false, required: true, clearIcon:…
indapublic
  • 2,208
  • 9
  • 38
  • 49
0
votes
1 answer

Restrict my project to portrait only leaving photo view's in landscape/portrait

I want my whole project to run in portrait mode only and only the view that's for viewing the photo's can turn on landscape same as if using the facebook (we view photo's they turn landscape also but other view's remains in portrait) i want to know…
iOSBee
  • 217
  • 7
  • 22
0
votes
1 answer

How can I avoid saving to camera roll an image picked from camera roll ? [iOS]

I can easily save to camera roll images taken with camera. But I don't want to save the image if this is chosen from the camera roll, because it will create a duplicate. How can I do the following and selectively saving to camera roll? EDIT 1: As…
0
votes
1 answer

display gallery of a facebook page in a html website

I am a newbie at html, facebook graph api, jquery. I have the following code to obtain all the albums in a facebook fan page ( not a general profile) to display it in a simple format, I do not see any errors in the developer console of chrome, but…
bhavs
  • 2,091
  • 8
  • 36
  • 66
0
votes
1 answer

Does Facebook return Album date

When you fetch an album from Facebook, does it also return the date what you selected in the "Edit Date" field? I don't mean the created or updated date.
0
votes
1 answer

How to display pictures to a Gallery from references of filenames with PHP

I must be doing something wrong here. It doesn't work like it should but its a simple task that serves only one purpose, display the photos from my ./images and ./thumbnails folder to my PHP web form. It is not fully finished but I would just like…
GivenPie
  • 1,451
  • 9
  • 36
  • 57
0
votes
1 answer

User photos album in Ruby on Rails

I am building an app where user can upload pictures. For now only one picture at a time will do. I have searched around the Web and here at Stack Overflow, but don't really seem to find what I am looking for or at least I don't know what I am…
0
votes
1 answer

open thumbnails in larger div

hej there, I've got a question about functions of javascript and css. I am trying to creat a css photo gallery, but I found out that a good gallery with thumbnails etc. is almost not possible in css only. So I want, when I click on the thumbnail,…
duzz
  • 3
  • 1
0
votes
1 answer

prettyPhoto: how to dynamically add photos to open gallery

I have an image-gallery using prettyPhoto. I use the api for loading the photos in it. The first photo is available in a data-attribute on the thumbnail. The rest of the images are being fetched with an AJAX-call. The first photo of the album (the…
Willem de Wit
  • 8,604
  • 9
  • 57
  • 90