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

How can I deal with UIActionSheet and Three20?

How I can deal with UIActionSheet and three20? I am following this tutorial. I know about displaying a single photo by clicking on one from the thumbnail viewer is provided to you for free by Three20. In addition, the library also provides all of…
rain
  • 1
  • 1
  • 3
0
votes
1 answer

HUD Spinner does not appear when saving image to library

Hi I am implementing a 'save image to library' feature as seen in the code snippet below. Basically, the photo saving is triggered when a user touches an image on the page. TouchImageView *tiv = [[TouchImageView alloc]initWithFrame:blockFrame]; …
Zhen
  • 12,361
  • 38
  • 122
  • 199
0
votes
1 answer

Simulating the WP7 camera roll zoom and drag capabilities in app

I am attempting to have the user take a picture of something containing text so that the user can highlight the text they would like to have an OCR run against. I have the picture part down and I am able to display the image. I then would like the…
garry
  • 127
  • 1
  • 4
  • 11
0
votes
1 answer

how to offset the images in the thumbnail panel with next and prev buttons, using core javascript

I am in the process of building a photo gallery - a simple one which has a div with the large-sized image, and a div below this to have say 5 thumbnail images. This lower div would then have a left and right arrow images appropriately placed, which…
arun nair
  • 3,643
  • 14
  • 41
  • 49
0
votes
1 answer

Android gallery for private photos

How can I use default Android gallery to display only application's photos? Basically I need to display only my application photos on gallery. Many Thanks
Chinthaka
  • 966
  • 1
  • 13
  • 42
0
votes
0 answers

How to solve PHPickerViewControllerDelegate Error Domain=NSCocoaErrorDomain issues?

I have a problem choosing multiple images from the photo gallery using PhotoUI. If I pick 6 photos in UICollectionView it's showing 5 photos. Logs: Filename: IMG_0001 File Address: {types =…
Shahriar Hossain
  • 119
  • 2
  • 13
0
votes
0 answers

How can make Codable of type PhotosPickerItem?

I'm trying to save an array like PhotosPickerItem (instead of an array of images to save memory) in any available form, for example, through UserDefaults using Codable. However, I can't match the specified type with the Codable protocol, or convert…
0
votes
1 answer

website - rotating gallery (CSS / Javascript)

I'm fairly new to coding and as a first project I'm creating a website for my employer. As the third section of this website I have a photo gallery - when Image is clicked (directly or with button) it's enlarged - with the ".active" class. The issue…
0
votes
0 answers

Laggy Photo Gallery Like Scaling Animation of Images in Phones Only

I have created a website called xavier-banpur.co.in. In its Gallery page (xavier-banpur.co.in/gallery.html), I have an animation which grows the image from its initial size & position to the full screen as it happens in any phone gallery app. It…
0
votes
1 answer

Android: Fetch image from gallery without user interaction

I want to fetch a picture, if present, from the gallery without having user to select picture from the gallery. I want to do this programmatically. I have tried following approach: String[] projection = { MediaStore.Images.Media.DATA }; …
0
votes
0 answers

How to fix Call to undefined method Elementor\Widgets_Manager::register() .. My phot-gallery by 10web plugin is giving this error

My website suddenly started giving Call to undefined method Elementor\Widgets_Manager::register() I haven't upgraded Elementor for it to break. Currently it is running v3.2.4. I have already tried to activate and deactivate the plugin and found my…
0
votes
1 answer

Some photos from the gallery rotate on some device Android Kotlin

I'm developing an Android app using Jetpack Compose. These days, I'm testing the app using some devices and found out some photos(not all) from the device gallery rotate on one device(901FJ by Fujitsu, Android version is 9). Some photos rotate 90…
Yuki
  • 225
  • 2
  • 7
0
votes
1 answer

Centering photo gallery on screen

How do you center the photo gallery on the screen? I don't want users to have to scroll to find the gallery.. Javascript: