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

Angular 2 : how to target an element's HTML attribute in an array

Project: Trying to create a simple image gallery. One main image placeholder, that changes its image to be have the same src as a corresponding thumbnail image that has been clicked. Example in plain JS:…
0
votes
1 answer

Fancybox?!? + flashzoom + preview next image in the gallery

I'm trying to understand how the gallery of this website is implemented. It's awesome (except for the use of flash). Studying the code I found some concern to fancybox and to a an swf file that is called when start fancybox. Passing some flashvar to…
pmalerba
  • 1
  • 1
  • 2
0
votes
0 answers

How can we get iCloud image/media url for an iCloud account using any api?

How can we access user's iCloud Photo Library from CloudKit Web API? We want to implement a feature in our iOS app, where by logging user to it's iCloud account inside the application, we can use the access token or any other mechanism to get access…
Neeraj
  • 1
  • 3
0
votes
0 answers

Adding to Column in SQL issues (in photo-gallery website)

I'm building a photography website where I have one page that displays the pictures (bootstrapped and all) and then another page so I can upload new photos (consists of an html page with form and php that runs download code). In this php page I…
0
votes
1 answer

Image Thumbnail Load behaviour (Pretty Photo Lightbox functionality preferred)

I'm trying to make a picture portfolio like the first demo example on this page http://www.no-margin-forerrors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto . However, instead of have it invoke an image when clicked it takes me to…
john zuh
  • 59
  • 1
  • 11
0
votes
0 answers

Lightbox System w/ SQL

I'm currently building a small PHP photo gallery system using lightbox. My code:
Ballan
  • 9
  • 3
0
votes
0 answers

How to rename/save image in gallery

I created a custom folder to save the image in the gallery through my application(which is achieved code as below). Now I want to set a custom name for that saved image. How can I achieve this challenge? If anyone possible to help me to achieve this…
Senthilkumar
  • 2,471
  • 4
  • 30
  • 50
0
votes
1 answer

CSS for auto-stacking photo galleries

I am hoping this is the correct SE forum for this question. I'd like to know what CSS can be used to stack photographs (bunch of img tags) so that they're auto-adjusted in width and height on every device screen size. An example is here:…
PKHunter
  • 682
  • 2
  • 13
  • 28
0
votes
1 answer

FFImage - Very slow loading of User Photos (Xamarin Forms)

I am trying to display user photos from the local filesystem using FFImage loading. I display these photos in a "Cached Image" in a FlowListView as shown:
0
votes
2 answers

Switch between multiple div elements on Gallery example

I'm trying to build simple javascript/jquery gallery. I suppose this is a pretty specific question. The logic is as follows: to make as many divs as array contains elements(var sum). These elements present image names. I realized that in first for…
0
votes
2 answers

Photos gallery for full screen website

I have a website mainly for read comic book online. So when upload content to web page, most of them are images. My content will be something like this.

Some text

I want when…
Vuong Tran
  • 466
  • 1
  • 4
  • 12
0
votes
2 answers

How to center a floated image gallery

I would like the content of the .container to be centered. I am using the float:left property to create the gallery. It is also part of the code to resize and crop the thumbnails. Any way to do this at all? CSS: .grid-item { float: left; …
0
votes
1 answer

Flash photo galleries without xml configuration files

I saw many examples in jquery compenents which takes image urls from HTML DOM. But flash photo galleries always need xml configuration files as i have seen till now. I need flash compenents which doesn't need any configuration settings from server.…
Freshblood
  • 6,285
  • 10
  • 59
  • 96
0
votes
1 answer

How to make a swipe enabled photo gallery (using photos from photo library)?

I'm making an ios camera application which is written in swift, and I want to add an album in the app. I'm using ALCameraViewController framework. It creates a nice collection view of the photos, which fetch all the photos from user's Photo…
Ron
  • 110
  • 1
  • 9
0
votes
3 answers

Control RecyclerView inflated views from outside the adapter: keep selection state

Generally I want to control the ViewHolder inflated Views of my RecyclerView from outside of the ViewHolder and the RecyclerView classes. In other words, I want to have control of these views from other methods/classes. My case (en example) In my…