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

List/Grid Toggle for Photo Gallery with Shadowbox

so I'm new to this site, and new to jquery, and javascript as a whole really, but I have very good comprehension of HTML and CSS. For a class in school, I'm making a photo gallery webpage using the Shadowbox plugin. I have that part all down, but…
0
votes
1 answer

Allow access to gallery photos programatically

In my app I take the snap shot of the screen and save it to the iPad's gallery as below UIImageWriteToSavedPhotosAlbum(viewImage, nil, nil, nil); But then it shows a pop up saying "App" Would Like to Access Your Photos with Don't Allow and OK…
Prashant Nikam
  • 2,253
  • 4
  • 17
  • 29
0
votes
2 answers

Place images from a folder into list with preview

I need to build a dynamic image gallery plugin for Joomla! that will go into a specific folder and pull out all images from the folder and show first of them as a large preview image and the rest in a list. Afterwards I will need to make the preview…
gag
  • 325
  • 7
  • 16
0
votes
1 answer

Search Images without database?

I have made a site in HTML (using divs not tables and lightbox.js) that is selling photography. Is there a way to add an image search function in Java or PHP without making a database? If so, please include details on what formats/libraries I should…
0
votes
2 answers

Photo browser with previous and next button , how?

I want to make a gallery with previous and next button in my iPhone app. If anyone has idea , link , exampler or something that lead me to implement the gallery please provide me .
harshalb
  • 6,012
  • 13
  • 56
  • 92
0
votes
2 answers

How to add jquery photo gallery or slider in .asp page

Here's my gallery tab that i want to have a jquery photo gallery or slide. I already downloaded a jquery photo gallery script but my big trouble is i don't know where to put the code on the page. Please help me. Here's my gallery.asp code: (Please…
Peterson Pilares
  • 283
  • 3
  • 7
  • 21
0
votes
2 answers

How to show a picture after clicking the thumbnail using Javascript not jQuery?

I have found the answer on how to do the same thing with jQuery How to show/hide big image by clicking on thumbnails?, but I would like to know how to do the same thing with just Javascript. In jQuery there you can use $(this) to specify that the…
Patrick
  • 2,176
  • 3
  • 18
  • 21
0
votes
2 answers

android startActivityForResult having problems

In my app there is a button to select image from gallery and set the image to the view. But the problem here is when i click the button, it takes me to gallery multiple times. Like if I select an image from gallery , it again ask me to chose image…
Sandeep R
  • 2,284
  • 3
  • 25
  • 51
0
votes
1 answer

Php photogallery not showing the chosen picture

EDIT* I have updated with some codes that should solve my problem, but now I cant see any img when page 2 loads. I am still doing something wrong. Here is how it looks like…
user2586036
  • 41
  • 1
  • 1
  • 8
0
votes
1 answer

photo gallery php echo pic on submit

I got an assignment to build a photo gallery that works without JS, and you have a working navigation where you can go to next or previous photo. I did a counter that counted from 1-6 (number of pics) then I made if statsment. That is if $spaceship…
user2586036
  • 41
  • 1
  • 1
  • 8
0
votes
1 answer

z-index issue with jquery gallery in ie10

I have modified the gallery script from http://usejquery.com/blog/create-unique-gallery-using-z-index-and-jquery and it works fine in all browsers but IE10. See it here: http://174.122.126.251/~arblockt/index.html. The photos are supposed to…
0
votes
3 answers

Saving photos to custom library

My problem is really annoying. I'm creating app which takes photos and need to save them to custom gallery. I've found a couple of tutorials how to do this with AlAssetsLibrary but there is one, big problem... There is no…
cojoj
  • 6,405
  • 4
  • 30
  • 52
0
votes
1 answer

Step thumbnails scrolling in Fotorama

Is there a way to scroll thumbnails in Fotorama plugin with fixed step? I need to remove those 'uncuts', half of thumbnail on sides of nav panel. I can fit them using margin/padding properties, but I can't control process of scrolling with…
a.s.panchenko
  • 1,196
  • 16
  • 22
0
votes
2 answers

NavigationBar not showing after picking image from album

I have button for picking image from photo album. After picking image, i need to show navigationBar and share button. But navigationBar is not showing after picking image. I used `[self.navigationController.navigationBar setHidden:NO];. But…
0
votes
1 answer

prettyPhoto gallery not working in IE (any)

Having had no luck getting a response on the prettyPhoto forums I decided to try my luck here. The original post: I recently uploaded my very first website, a portfolio site for my gf. I used prettyPhoto for the galleries of her work, but came to…