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

Adding logo in a photo title of a lightbox

Is it possible to add a logo ie. pic in the footer (photo title/description) of a lightbox. Prototype JavaScript framework, version 1.6.0.2 (http://www.prototypejs.org) Thank you
mko
  • 6,638
  • 12
  • 67
  • 118
0
votes
3 answers

Javascript Gallery onmouseUp with "#" link without jumping to top of page

I realize that this is probably an "old school" way of doing this, but I finally got my gallery to work with one exception. If the gallery is located lower on the page, the "#" link on the thumbnails causes the page to jump the top. Is there a…
Amy
  • 55
  • 1
  • 4
0
votes
1 answer

Add Image.file to Photos Favorites album from within Flutter app

Is it possible to favorite an image in the Apple and Android photo app within my flutter app? For example, if my app accesses many images from the camera roll/gallery using the multi_image_picker plugin and I have the Image.file location can I add…
chrisfavritz
  • 159
  • 2
  • 8
0
votes
1 answer

How to create a folder inside Gallery programmatically in swift?

I recently noticed the following options in my iOS Gallery. (refer pic) New Album New Folder New Shared Album I have a requirement of creating an Camera app which stores the pictures inside the Gallery in a hierarchy. e.g.…
Ellyn_Philip
  • 185
  • 8
0
votes
5 answers

How to share a photos with facebook and twitter?

I have created a photo gallery application using Three20 framework. It works fine with previous, next and play button in toolbar. But i want include a button for sharing the photos with facebook and twitter. How to make this? Thanks in advance.....
apple
  • 19
  • 1
  • 3
0
votes
0 answers

Displaying photos from a selected directory

I'm working on an image gallery as a small project to learn how to program, what I'm trying to get now is to select a directory and all images will be displayed. This is what I have now .xaml
0
votes
0 answers

Get GPS data from file metadata in Android 10

So, I have to get GPS data from file MetaData. "No problem", I said, "This will only take an hour or two". Six hour later, here I am searching through all Android Documentation and Stack exchange questions I can yet I still cant get it to work. My…
Equinox
  • 15
  • 1
  • 6
0
votes
1 answer

how to display a div after flex-wrap

I am using flex box with flex-wrap to display images in tracks. I can make a break within the flex box but how can I display the following div after all the images. See sample : dynamic track gallery The div element at the bottom "This div should…
Paul Godard
  • 1,055
  • 1
  • 14
  • 30
0
votes
2 answers

Image is not displaying in second activity

When I click, button gallery opens and I select image, but image is not showing in second Activity. I am trying from few days but I didn't get result. Please help me with the full code. Here is my code: Activity 1 import android.net.Uri; import…
0
votes
1 answer

Kivy RecycleView - Icons duplicated and placed inside data items

I am trying to build a Gallery App based on KivyMD FileManager class. The layout consists of three columns and images are placed in these columns. The problem is that when I click on images (they are IconButtons) to add small click icons on the…
0
votes
1 answer

Flutter: Capture photo - Save to Gallery - Read photos from Gallery

I'm new in flutter. Hope my issue below will be same your issue in the past. And you can help me for this: My situation is: My app will capture an photo (using package camera: ^0.5.8+2). Then, this photo will be saved on gallery of user device…
Alex
  • 11
  • 2
0
votes
1 answer

Choosing a gallery

Could you recommend me a gallery for a web project of mine? In the project used are: jQuery Bootstrap That a gallery based on jQuery is Ok. Requirements and wishes: Small sizes of CSS and JavaScript files. Picture tag used. Thumbnails are…
Trts
  • 985
  • 1
  • 11
  • 24
0
votes
1 answer

prevent downloading photos in photobox

How to prevent apparent downloading photos when displaying them with photobox? I've disabled right-click on thumbnails shown on website but when I start slideshow with photobox I still can do it. Here's the part where I display photos on…
cherryBom
  • 53
  • 1
  • 6
0
votes
1 answer

how to show files from directory and all subdirectories?

I'm working on my photo gallery when user can upload photos and also choose a category. My categories are subdirectories in images/. When user doesn't choose a category then photos are stored in images/. I want to display all photos (from all…
cherryBom
  • 53
  • 1
  • 6
0
votes
2 answers

Saving JPG image from Documents to Photo Album - Sample Code

I have generated JPG image, saved to Documents folder, that not comes with bundle. Please help with the building class for saving it to Gallery. Finnaly with help of kviksilver To make complete solution: // tools.h #import…
user779829