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

Auto update photo album based on tags in Picasa

Hi everyone picasa users I am reorganizing my photo collection by moving to one folder per year structure and rename photos by date. I'd like to group photos in albums based on tags, for example I'd like an album for 2014 summer holiday. I can…
pacomet
  • 5,011
  • 12
  • 59
  • 111
0
votes
2 answers

Iphone library to access iphone photo gallery

Is there any iphone library for accessing the full photo gallery,which should help me to access and upload all the images. Not looking like three20 application ,expecting some information from iphone api's Thanks in advance.............
Fedrick
  • 527
  • 2
  • 8
  • 26
0
votes
0 answers

Load device photos inside app like new google+

I know how to pick an image from the gallery by using an Intent. I want to load some images from my device on the bottom of the screen, like the new google+ app does when you hit new post.
Ashkan.H
  • 121
  • 1
  • 10
0
votes
1 answer

Grid of images like Facebook for Android

I'd like to make a gallery images for android like Facebook application as below images but I can not find any guidle for this problem. I think it's the grid view for images but size of images is different and the number of row for a column and…
ThaiPD
  • 3,503
  • 3
  • 30
  • 48
0
votes
0 answers

CSS Parent element percent size of child

I'm working on a photo gallery that will zoom the images during mouse over. Because the page is created dynamically, I won't know the image sizes. To keep the image quality good, the images are full size and the CSS shrinks them to 50%. On mouse…
dangel
  • 7,238
  • 7
  • 48
  • 74
0
votes
2 answers

PHP User gallery

I already have an idea for how to create mysql database for a user gallery... But i have few questions: Premise: i don't want to save photoes in a database for performance issue I already tried to save photoes in a database but then the site (…
lucabodd
  • 65
  • 1
  • 9
0
votes
0 answers

how to serve private images using django

I am planning on creating a photography website. I have fallen onto a slight issue involving serving my files. I have tried to use static files but quickly realised that to get to the photo all anyone has to do is find the correct url so that is a…
0
votes
2 answers

dynamically scan pictures in a folder and display using jquery slideshow

anyone know how to scan a folder using jquery or javascript code snippet, after that get a picture file name and embed in
  • or
    , i've used php code to read through the folder and loop through the element to display the thumbnails…
    Nazrul Muhaimin
    • 363
    • 4
    • 14
    0
    votes
    1 answer

    Android Dev.: How to populate gallery by image URL?

    I'm trying to build a gallery where the images within will be pulled from the images URL from a website. i.e. Instead of doing R.drawable.xxxx.jpg, you use a url to represent the image. Is this possible? If so, can you show me an example in…
    Bohn507
    • 21
    • 1
    • 4
    0
    votes
    0 answers

    How would I achieve a hover effect which changes a photo in one location? Like a photo viewer?

    You can see in my attached image, one of the buttons/icons has the same photo as the large picture, if I hover over the other buttons/icons the large picture should also change. This seems redundant and indeed this is not what I intend to do but…
    0
    votes
    2 answers

    how to get photo absolute path from removable SD card

    background information I have been writing a backup photos service, which needs to get all photo absolute paths from Android external storage (like photos stored in 'DCIM' directory and its subdirectores) and upload them to remote server. The…
    0
    votes
    2 answers

    In search of a responsive gallery

    I'm looking to building a website for my photography, something responsive and clean. After some hours of searching Google, I cam across this website: nathanelson I thought it is absolutely perfect, but unfortunately I would have to purcahse a…
    Zeke
    • 1
    0
    votes
    1 answer

    Taking a picture, store it in a folder on the SD card and retrieve the thumbnail

    I have a simple application that take a picture and store it in a folder called CameraSample on the sd card. to do that I use MediaStore.EXTRA_OUTPUT option as extra: private void dispatchTakePictureIntent(int actionCode) { Intent…
    Shilaghae
    • 957
    • 12
    • 22
    0
    votes
    0 answers

    building simple photo gallery and need jquery advice

    This is my first question on Stack Overflow. I'm trying to work out the code for a bare bones, gallery site for a personal photo project, and I am new to jquery. Site is set up (stacked vertically): headline, nav (filters thumbnails by city),…
    kendrick
    • 1
    • 1
    0
    votes
    1 answer

    Phonegap get photo from gallery not working

    I have created simple audio apk. In this apk, I have added one option called "choose images" for the Play button in this option. I have an issue that chosen images from the gallery is not showing in the Play button. I have tried this code which is…
    Sri
    • 631
    • 2
    • 7
    • 21