Skip to main content

Questions tagged [gallery]

Gallery is a collection of photos in a software system

gallery
1 vote
0 answers
109 views

Android - Saving images to gallery in loop Mixes up the order

I'm saving some images to gallery in a loop using the code below. However, the images do not keep their order when I view them in the Photos app. The order is all mixed up. I have added the meta data ...
AxeTB's user avatar
  • 21
2 votes
1 answer
217 views

CSS on hover scale the single image from gallery horizontally

I have a gallery of stones and want to make single image width bigger on hover and other images' widths smaller. gallery before hover: want to be like this when I hover for example black stone:
Jawad's user avatar
  • 77
0 votes
1 answer
560 views

Is it still possible to pick, crop and save an image from Gallery after Android 11?

everyone. It is well known what a big blow Google inflicted on devs by making "Scoped storage" mandatory. After my app update got rejected by Google Play Console team for using a "...
tedo2113's user avatar
0 votes
1 answer
1k views

react image gallery custom play function

I want create custom play button outside the ImageGallery Carousel and toggle play and pause by accessing play() and pause() methods through refs (NOTE: not renderPlayPauseButton) import React, { ...
razer's user avatar
  • 128
0 votes
1 answer
2k views

PowerApp Gallery with sort() and distinct()

I created a Gallery with a Title == Name and a subtitle == First Name by item. I want this gallery to be sorted and remove duplicates. I tried this: Sort(Distinct(Data_source, Name), Result) The ...
mthgn's user avatar
  • 67
1 vote
1 answer
45 views

Javascript Gallery: click button doesn't remove hide

My problem is when I click my buttons they doesn't remove the hide, it just work with the "all", also I tried to change getElementsByClassName() instead of querySelectorAll. I have no idea ...
brayan ruiz's user avatar
0 votes
1 answer
739 views

There is a way in unity to take a photo from the device camera and store it in the app?

i used unity to create some easy games and i know a bit about coding but i can't figure out how to make this. i'm trying to create an app to sort thing in boxes, so i need the app to take a photo of ...
Edoardo Guttuso's user avatar
0 votes
1 answer
66 views

Custome Button Borders and Galleries

I am a beginner at coding and am self taught. However, I am finding things I am unsure of how to do but are probably really easy to achive but I need some help please. I have been looking at this ...
swaj's user avatar
  • 1
1 vote
0 answers
423 views

pick image from gallery ,convert in to base 64 and upload to rest API

I have an API which accepts base64 images I'm following this approach to pick image from gallery, convert it to base64 and upload it to API, when I check the base64 output in decode websites, it seems ...
Farshad Molazeinali's user avatar
-1 votes
1 answer
69 views

PHP add css class to element randomly using php

let's say I have a array with e.g. 3 css class names - I also have a loop of e.g. 50 items and I'd like to randomly assign one of the three classes to an element - however, most of the items should ...
user1678736's user avatar
  • 2,443
1 vote
0 answers
161 views

How to group photos by time in Flutter?

I want the photos taken on the same date to be in the same group. This is my gallery I want this Future<List<VideoImageDataModel>> fetchPhotos() async { var dataList = ...
Burak's user avatar
  • 21
0 votes
1 answer
3k views

Filter a GroupBy Function in a Gallery in Power Apps

I have a gallery using the following GroupBy Function: GroupBy( tbl_TimeCard,"Employee","DATA") and a Sum Function for the total hours based on the employee Sum(Filter(tbl_TimeCard,...
Kendall Outlaw's user avatar
0 votes
0 answers
134 views

Android - How should i load image files in to a RecyclerView?

Let's say I have a Camera X activity that captures and stores pictures. Then I have a Gallery activity with a RecyclerView that gets filled with those images. Here is what I currently have: a Photo ...
Jon's user avatar
  • 66
0 votes
1 answer
68 views

Group show/hide image elements using JavaScript

How to make sub galleries in a gallery script (exmpl. unitegallery) and show/hide elements on link click using javascript? Group bunch of elements together to form several subgalleries and then show/...
Roman Simonyan's user avatar
0 votes
0 answers
116 views

Swift , UIkit - Add collection view to toolBar, GalleryApp

i want to create a photo gallery view. I would like to look like a photo gallery in iPhone. I have a problem with adding a collection view to toolbar. If I add only one image as UIImageView , ...
Sebastian's user avatar
0 votes
1 answer
2k views

CSS Cards: How to set the same height of the image without knowing its height

This is my goal: https://i.sstatic.net/HnALf.png The images are well aligned. Despite the different heights of the images and the text, each beginning of a section is aligned with the one next to it ...
yahya's user avatar
  • 3
0 votes
1 answer
69 views

Using Base Adapter for gallery in HorizontalScrollView

I'm a rookie developer working on a Quiz app but with some additional features such as rewards (collectibles). The idea is that after the user finishes a quiz, they get a card (a picture of the hero) ...
Sandman's user avatar
  • 29
0 votes
3 answers
77 views

Do you know how to create this gallery box?

Does anyone of you know how to create this gallery box and text (with the line) from the image? Can you help me, please? I want to learn how to create this gallery box and add a magnifier icon when I ...
the nr's user avatar
  • 45
0 votes
2 answers
2k views

how to expand an image on click with JS?

I created a gallery using the following codepen and now I'm trying to add the function click to expand an image, using this JS method. Sadly I cannot get it to work. Any advice would be very helpful, ...
fullstackgenerator's user avatar
1 vote
1 answer
324 views

Android gallery photo - read bytes for upload

I'm trying to let the user select an image via gallery. My goal is to upload the selected images bytes to a webservice. Unfortunately, I only manage to display the image in an ImageView, but not to ...
mario83's user avatar
  • 21
2 votes
0 answers
35 views

Move the page at the moment the app is opened with flutter and recieve_sharing_intent?

I use receive_sharing_intent with flutter. I use this and can't to move the page at the moment the app is opened. this is my code. class MyApp extends StatelessWidget { const MyApp({Key? key}) : ...
Too's user avatar
  • 135
0 votes
1 answer
305 views

CodeIgniter 4: How do I display a gallery of image entity objects?

I have a site where members can: upload images subscribe to other members like, dislike, and favorite images view each other's profiles So in my gallery view, all images are visible with their ...
Nyki-Anderson's user avatar
0 votes
1 answer
2k views

PowerApps Filter Gallery with DatePicker

Trying to add a filter to a gallery based on datepicker from a sql datasource. The date format is YYYY-mm-dd. When I add a filter to the a SQL datasource gallery and I add a datepicker to allow me to ...
Asha Richardson's user avatar
0 votes
0 answers
47 views

How can show few pictures in html/php from mysql (a gallery)

I want to make a gallery from some pictures that saved in mysql (in a specific border) I tried this code but it only shows one picture(it work if we have one row in database(one picture)) : <div ...
TheGloriesVe's user avatar
0 votes
0 answers
35 views

image gallery using For i =1 to ... doesn't use the CSS style

So I have an image gallery of 50 images that is generated by randomly picking 50 pics out of a pool of 500. The code below works nicely but the images don't use the CSS style of the HTML file it is ...
aguilhon's user avatar
0 votes
1 answer
2k views

How to add an image gallery to a custom post type?

I'm making a website in Wordpress for a cat shelter for my final assessment (I'm a student) and I'm stumbling upon an obstacle.. I have made a custom post type where the shelter can upload their cats. ...
Gerda's user avatar
  • 1
0 votes
1 answer
2k views

How do ask a permission for open a gallery in android phones using flutter

I have using image_picker: ^0.8.4+11 for open a gallery. I need to ask a permission for open a gallery. In iOS it ask a permission to open a gallery but Android it did not ask a permission I have ...
Yuva's user avatar
  • 171
0 votes
0 answers
37 views

Uploading several images

I am trying to upload several pictures from my emulator, and this section of code works fine ( I can select couple pictures at the same time ) - private void OpenGallery() { Intent intent = ...
user avatar
0 votes
0 answers
76 views

Standardize Uri between Camera and Gallery Intent Android

I'm trying to retrieve URI from gallery and camera in one place (as record in Room database), therefore i need to standardize the access between them. I get it done for the camera by create a file and ...
wiryadev's user avatar
  • 1,361
0 votes
0 answers
46 views

How to enqueue wc-single-product for admin?

I want to enqueue wc-single-product from admin. I need to display single product gallery images slider from admin custom plugin page.wp_enqueue_script( 'wc-single-product' ); This code is working for ...
RIchard Mallick's user avatar
0 votes
2 answers
240 views

React Image gallery issues - return outside the function

Im having issues turning a html and js file into a react component (image gallery). The below is the component and the images are taken from a shop.js file. When I try to view the page it says return ...
LuminousButter's user avatar
0 votes
0 answers
302 views

Delete images from media library when user deletes an image from ACF Gallery

When a user deletes an image from the gallery in wp-admin I need it to be deleted from the media library too. I have a function using the acf/update_value hook which works uncorrectly. When a user ...
Da Markuzz's user avatar
0 votes
2 answers
757 views

Display bigger image on click

I am trying to make gallery page and when I click on image, it will go bigger and then arrows shows on both sides and you can click them and display next and previous pictures. Can you please help me ...
Lubos's user avatar
  • 1
0 votes
1 answer
1k views

Problem picking image from gallery (android kotlin)

i'm working on an app and when i want to selectan image from the gallery, the fragment from where i make the call suddenly closes. I don´t know why because it was working before. i created another ...
Gregorio Scalbi's user avatar
0 votes
2 answers
554 views

How can I build a page that generates random images from a gallery each time the page is refreshed?

Pardon my complete n00bness as I try to figure this out: I run a daily cartoon/drawing website. I'm not a developer so I'm using the site builder called Pixpa which has worked well for my ...
guy's user avatar
  • 1
0 votes
1 answer
154 views

Use popup gallery with index

Hi I am a beginner on learning Vue. I want to shorten my popup code with index. But I don't know how to make it clearly. Can you tell me how to give my images some attributes to control the popup if ...
Turtlecode's user avatar
0 votes
0 answers
266 views

gallery image flutter plugin

The images aren't showing instead a loading spinner is shown. Also, there's no onTap function or anything and when I tap an image (that's currently only a loading spinner) I get a black page with my ...
Merna Ketana's user avatar
0 votes
0 answers
647 views

Putting images in one frame, click on image, have that image open in a different frame

I am trying to set up an image gallery that will allow an image from the middle frame to open open in the main frame. I have it set up right now to allow people to scroll the images down one frame. If ...
JohnnyB's user avatar
0 votes
2 answers
235 views

Imitate click with jQuery to get filtered multigallery by URL

I have website, created with Elementor. Website belongs to photographer. He has got there an Elementor Multigallery, with filter at the top. I need to create external links, which can bring you to the ...
Mego's user avatar
  • 164
4 votes
0 answers
308 views

Powershell Publish-Module to Powershell Gallery fails after creating Nuget Package

I am trying to publish a new version of a Powershell module to the Powershell Gallery by using Publish-Module -Name "Nuttercode-PRTG" -NuGetApiKey $apiKey -Verbose -RequiredVersion 1.4 The ...
Johannes B. Latzel's user avatar
0 votes
0 answers
629 views

Load first 3-5 images in lightgalleryjs dynamic mode

I'm changing the question after I found a lightgalleryjs which is more advanced than fancybox. Is it possible to load first 3-5 images by default in dynamic mode than once the lightbox is opened the ...
David Buik's user avatar
1 vote
1 answer
2k views

Flutter: How to build a Photo Gallery with Photos stored in the ApplicationDocumentsDirectory?

Hi i found it quite surprising when I found not much information about this topic on stackoverflow and the internet. I try to build a Photo Gallery similar to this: Go Gallery Gif (source https://www....
Benjamin Schuster's user avatar
-1 votes
1 answer
1k views

How to open different image in lightbox than it's thumbnail in WordPress? [closed]

I am using WordPress and looking for a plugin or code through which I am able to open a different image in the lightbox. For example, I have images in the thumbnail when clicking on that thumbnail ...
SF Atta's user avatar
0 votes
1 answer
881 views

swift ios get file path for imageView

I have already copy the file absolute path and paste in simulator browser, the image can be opened. But the fileExists is fail, i dont know why..... Can anyone help let defaultImage = "302C3FA1-...
wong john's user avatar
0 votes
4 answers
139 views

Hide extra images in gallery slideshow

I'm trying to partially hide these images. In this example you can see that the "four" and "five" images are exceeding the list so i need to hide the parts that shouldn't be ...
Gabriel Caramés's user avatar
0 votes
1 answer
796 views

How to open built-in gallery app on click button

From my app on click the button open gallery app. for example, MI's phone has its own gallery app, Samsung, Oneplus, etc. so how can I open the built-in gallery app? note I don't want to take images ...
Abhi S's user avatar
  • 370
0 votes
1 answer
36 views

Gallery pics re-sized when seeing from android

I’m quite a newbie around here so this kinda feel like I’m learning sanscrit. Thrilling and overwhelming at the same time. Anyway, the thing is I'm using wordpress at my laptop and I'm sttrugling at ...
Omar de la Rica's user avatar
-1 votes
1 answer
110 views

Select your grade from the list

so what i'm trying to do is: When you select a grade , a function will be triggered and output the book covers (images of the book covers) of the selected grade. const select = document....
armory victory's user avatar
0 votes
1 answer
1k views

ComboBox inside Gallery

I'm using a gallery to display a list of names I've selected inside the gallery I've inserted a combobox with a bunch of work task codes, this is being saved into a local collection.Gallery with ...
away4mhome's user avatar

15 30 50 per page
1 2
3
4 5
76