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

save image over blank image view to photo gallery

I am trying to save a image over a image view with nothing in it. It does not work. Under the code below in the save() function, drawPlace.image is nil so I get the message "Image not found!". var drawPlace = UIImageView()//The imageview …
user7941863
0
votes
2 answers

Jquery Image Gallery with Vertical thumbnail Navigation?

I am looking for a Jquery image gallery which have vertical thumbnail like at the following page. http://realtyexecutivesofnewyork.com/product_detail.php?ml_num=2275875. Can anybody point out me to something similar jquery solution.
kakaajee
  • 227
  • 1
  • 9
  • 20
0
votes
1 answer

Gallery software for a website that will resize based on height, with a click on image to navigate

I was looking at this gallery: http://www.orangegirlphotographs.com/portfolio.cfm?galleryID=4 And just loved the way it looked, anyone have any idea how to get a similar effect using ideally CSS/JS and if not then using flash? Furthermore it would…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
0
votes
1 answer

Simplest Ajax Photo Gallery

I don't think "simplest" is subjective. Looking for a hostable photo gallery that does nothing but show an image and provide "next image" and "previous image" but all without reloading the page. Obviously precaching would be nice too. PHP, Python,…
themirror
  • 9,963
  • 7
  • 46
  • 79
0
votes
0 answers

How to make working previous and next buttons in modal photo gallery

I have made an image gallery with Bootstrap, with modal function. I added 'prev' and 'next' buttons to the modal, to show the previous/next image, but they don't work. I think I got stuck in selecting the 'src' of the previous/next button.…
Nora
  • 1
0
votes
0 answers

iOS: Fetching Location of the Photos from a WKWebview

I have build an iOS app where I am loading an HTML page from local resources in a WKWebView. I want to load the photos clicked at a specific location from photo gallery in the WKWebView. I am able to open the photo gallery but not getting the…
Kavita Kanwar
  • 285
  • 3
  • 12
0
votes
1 answer

react-photo-gallery don't change photos via state

The photo object is not changing in the Gallery component via state. I created a "folder gallery", a multi gallery component to render a new one if you select it by click. See the demonstration: https://codesandbox.io/s/50wr02n8q4 github…
Francis Rodrigues
  • 1,470
  • 4
  • 25
  • 61
0
votes
2 answers

How to put images next to eachother

.boxGallery { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-left: auto; margin-right: auto; width: 80%; } .gallery { min-width: 320px; width: 50%; margin: 12px; float:…
RaytjeKn
  • 51
  • 1
  • 6
0
votes
1 answer

django : boolean field mutually exclusive between child rows

First time post here :) I'm learning python and the django framework through a simple photo album app. I'm working through the admin site only for now, and django is v.2.1. There's a photo-album table and an images table. A photo album can have many…
Joe
  • 1
  • 2
0
votes
1 answer

Phoca Gallery -> Slideshow shows filenames instead of category (Joomla 3.x)

I have a small problem with Phoca Gallery (latest v4.3.10) under Joomla 3.8.12 On my old site, when i clicked on a (sub)category, the slideshow (setting ShadowBox) would start. On each of the images, the CATEGORY name woul dbe displayed above each…
HappyMe
  • 95
  • 7
0
votes
3 answers

How hide bottom toolbar

I have a problem showing the album a toolbar with the following buttons, previous and the new one appears in the bottom view. How can you hide this toolbar? Thanks in advance. Album photo image UIImagePickerController *controller =…
0
votes
1 answer

jQuery Exposure Plugin: Multiple Galleries

I'm having trouble placing two separate galleries on one page. One gallery appears okay when the screen is loaded (first image, thumbs and left/right arrows). However only the left/right arrows show up on the second gallery. When I click on any of…
0
votes
0 answers

dynamically built image gallery with Javascript + Firebase

I would like to ask how can i build a webpage, which its sole purpose for this example will be a photo gallery, with Javascript + Html5 + CSS3 + Firebase hosting dynamically. What i am trying to figure out is how to pull a specific folder from my…
0
votes
1 answer

Image alignment issues in databound Pivot control

I'm using a pivot control and binding my collection of images to it. I'm having a problem with alignment of the photos. If all the photos are landscape, they align at the top, and I am unable to use the gesture control anywhere below the photo. If…
earthling
  • 5,084
  • 9
  • 46
  • 90
0
votes
0 answers

UIImagePickerController shows album listing rows with gray background

I have implemented functionality to select image from Galley. When I am presenting UIImagePickerController, Its shows album listing with grey background. I tried with demo app but it shows proper white background.No getting why its showing Grey in…