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

Using React Photo Gallery with images files instead of images from URL

I am trying to use the following package for image gallery in my react app: https://github.com/neptunian/react-photo-gallery The images that I have are not from some URL, as shown in this…
Yuval Levy
  • 2,397
  • 10
  • 44
  • 73
0
votes
1 answer

Google script automatic OAuth for photoslibrary rest api call

I'm trying to create a google script which automatically adds images to a google online album using the photoslibrary.googleapis.com rest api. The first step involves uploading the files using the uploads function. I've tried authenticating the…
movees
  • 183
  • 1
  • 15
0
votes
1 answer

Best option for online photo gallery used by iPhone app

I am going to make an iPhone and Android application. The application requires a couple of photos uploaded. Could you please suggest me that are there any services in which I can upload photographs and can get their URL and photographs from…
necixy
  • 4,964
  • 5
  • 38
  • 54
0
votes
1 answer

Fancybox Caption does not work with Hyperlink including ampersands

I am using the latest Fancybox 1.3.4 and the latest jQuery 1.6.1 and I am also using Hyperlinks in the caption, which works, e.g.:
basZero
  • 4,129
  • 9
  • 51
  • 89
0
votes
1 answer

my collage gallery code style not working. using flex css

my college gallery code style not working. my college gallery code style not working. using flex CSS style and when I inspected on chrome is not showing. only i have to press + new style rule on the top right corner of chrome inspector also inline…
0
votes
1 answer

jquery photo gallery next-prev button binding problem

I'm using this photo gallery with this: $('.normsize img:gt(0)').hide(); $('.photos a').click(function(){ var index = $('.photos a').index(this); $('.normsize img:visible').hide(); $('.normsize img:eq('+index+')').fadeIn(); }); with…
seb
  • 1
  • 1
  • 2
0
votes
1 answer

Unnable to access gallery and making posts

I am trying to post photos and text messages on my HomeScreen.js by editing it on PostScreen.js. However, whenever I press the galery image nothing happens and the same goes to when I press "Post". I have checked it over and over again and I just…
Tiago 2.0
  • 141
  • 3
  • 12
0
votes
1 answer

How to get random photos from gallery without picker Flutter?

I need to extract some random images from gallery without the picker option. Please be clear that I don't want to open picker for this, just extract images if user tapped the button.
0
votes
1 answer

CSS: How to control the maximum grow ratio in a gallery of different size images using flexbox

Given a set of different images with different ratios but all having a side (either height or width) of 400px, I wish I could control how much elements per row could be seen, or, said differently, control the moment when the browser would rather…
Patrick Allaert
  • 1,751
  • 18
  • 44
0
votes
3 answers

next previous anchor for each photos in a html page

I am trying to create a photo gallery page that will be listing photos one by one. But i would like to have an anchor for each photos that when user clicks on next previous buttons it should slide to the next/previous photos accordingly by using the…
bootstrap
  • 73
  • 7
0
votes
2 answers

How to open and select a photo from a photo gallery once user presses a button (save)

I've looked everywhere but can't seem to find a suitable solution for saving and using a photo. I am building a basic application where a user has to select an image that later would be added to an array of UIImage object. This application consist…
Mark Young
  • 39
  • 5
0
votes
1 answer

How to save image from imageView to Photo Library?

I need to save the photo of imageView to a gallery, when I click on the "Add" button on the navigation bar. I'm trying to save it, but I have a "Thread 1: signal SIGABRT" error. Maybe someone knows, where is the problem? class…
0
votes
0 answers

Mosaic photo gallery with CSS Grid - photos getting cropped?

I am trying to build this mosaic photo gallery using only CSS Grid (no plug-ins or Javascript). After all the CSS code, the result looks like in this pen https://codepen.io/Cilvako/pen/YzKLLZw The problem is that with the photos having different…
Kasia
  • 118
  • 3
  • 16
0
votes
0 answers

Fig caption doesn't change when i click on other images

When i click on different images the fig caption says the same thing, i am trying to change it so when i click on different images, the fig caption changes. I have attempted to change it and have only been able to put separate fig captions under…
00 11
  • 49
  • 5
0
votes
1 answer

How to save user input drawing over image to photo gallery

My code successful saves a image to the photo gallery however what I drew over that image is not being saved on top of it. So my code needs to save the image and the user input drawing. Right now it just saves the image. var nextPage = UIButton() …
user7941863