Skip to main content

Questions tagged [gallery]

Gallery is a collection of photos in a software system

gallery
-2 votes
0 answers
13 views

Media picker package for laravel similar to laravel voyager media picker [closed]

I user Laravel Voyager and it includes a media picker for selecting photos from storage. I have been searching for a similar media picker package for laravel projects that are not using Voyager. Or is ...
محمد سالم's user avatar
0 votes
0 answers
16 views

Display a date from an edit form in a gallery on PowerApps

My problem is that I have a datepicker in my modification form and I would like to display the date in a gallery, here is how I did it : in the button : Collect(User_Pointage; { Salarié : ...
Loïck Sauvage's user avatar
0 votes
1 answer
25 views

'Load More' Button for Multiple Galleries in Divi in the same page

I have a website built with Divi, and on one page, I have multiple galleries (with class .pa-gallery-load-more), each displaying 8 photos initially. I've added a "load more" button (with id #...
Marta Chiari's user avatar
0 votes
0 answers
39 views

MediaStore.ACTION_IMAGE_CAPTURE intent I don't want make copy of image to gallery

I made an Android program for take document images with MediaStore.ACTION_IMAGE_CAPTURE but I don't want make a copy to the gallery. I tested on Android 9/12/13/14. On 9/13/14 doesn't make a copy ...
Papp Zoltán's user avatar
0 votes
0 answers
25 views

In PowerApps, Launch Attachments from LookUp SharePoint List

Launch Attachment from LookUp SharePoint List in PowerApp: I have two SharePoint lists. The main list is called 'Methods' and has a LookUp Column 'Risk' and another column called 'AttachmentM' ...
Querty's user avatar
  • 1
0 votes
0 answers
41 views

image_collapse flutter package throw Exception "Looking up a deactivated widget's ancestor is unsafe"

I am using package image_collapse to display gallery images on my flutter mobile app. Currently it throw exception below : ════════ Exception caught by widgets library ═══════════════ The following ...
Thanh Nguyen's user avatar
0 votes
0 answers
18 views

Link local gallery album to Supabase Storage Bucket

I would like to create a picture share app with React Native. The user should be able to synchronize a local gallery album with my supabase storage. I can upload the images and download them locally. ...
Max Handke's user avatar
0 votes
1 answer
84 views

Conditional Formatting within a Gallery - Power Apps

I have a Gallery that is displaying information from a Collection and I am trying to make it such that 2 of the columns are conditionally formatted based on 2 text labels. The Gallery is set up from a ...
user3599946's user avatar
0 votes
0 answers
27 views

Nextjs Lightgallery Issue

when i try to display images dynamically using map , the images do not appear in the gallery , but they appear when i do them statically i don't understand what the problem is i work using Nextjs . ...
jamal 's user avatar
0 votes
0 answers
12 views

Portfolio Gallery with Filtering - filter by unique URL

I am just wondering if anyone knows if you can apply a filter to a portfolio gallery page using a unique URL (based upon using the 'Portfolio Gallery with Filtering' tutorial on w3schools). Portfolio ...
Ross's user avatar
  • 1
0 votes
2 answers
125 views

PhotosPicker freezes at loading stage (SwiftUI)

The issue is - I am trying to load video from the gallery to my app but I can not succeed. Here are relevant pieces of code This is my Transferable struct struct Movie: Transferable { let url: URL ...
Eugene Alexeev's user avatar
0 votes
0 answers
17 views

Why is a constant needed while picking up an image from gallery in android?

I want to know why do we need to have a constant in the process of selecting an image from gallery in android? Like why do we compare it to the request code afterwards? I have searched for ...
Usama Ayaz's user avatar
0 votes
0 answers
11 views

WordPress Gallery thumbnail and single post issue after migrating to new host

After migrating to new host,i am facing a strange issue of Media image file's thumbnail while uploading to media gallery and also during editing or adding new blog post. The exact problem is as ...
Rafaqat Ali's user avatar
0 votes
0 answers
36 views

Get Android Gallery Folder

I want to show photos by album like on Instagram. How can I get the gallery album folder? How can I get photos from a path other than the DCIM path?
HamTory's user avatar
  • 73
0 votes
1 answer
21 views

CSS- MediaWiki - Align Gallery Overlay box centered in MonoBook Skin

I currently rewrite the MonoBook Skin to be a DarkMode one, but stumbled accross a problem with the gallery overlay css. The Overlay shows a (default) semi translucent white box with text at the ...
Patrick Wenzel's user avatar
0 votes
1 answer
26 views

how to fix pictures overlapping the navbar while scrolling?

I'm currently working on a website for my school and I'm having the problem that whenever I scroll down the images go over my navbar. I am a complete beginner and have no idea where the problem could ...
Yule's user avatar
  • 19
0 votes
0 answers
28 views

I am needing a fairly customized photo gallery. The gallery needs to have only one image at a time, and 3 different text boxes per image

I am building a website on Squarespace, but this question is about HTML On Desktop: I need a gallery that has a single image between a top and bottom line that are close to their respective edges of ...
nathan_rose_solutions's user avatar
0 votes
0 answers
73 views

Responsive Lightbox & Gallery issue

I am using the wordpress plugin Responsive Lightbox & Gallery and noticed that about a week ago all my galleries have disapeared. Each post has added rlevant shortcode, but the galley created with ...
Michal's user avatar
  • 1
2 votes
1 answer
126 views

Accessing videos from device's photo library in SwiftUI

I'm building an app for cleaning users' photo libraries, but I've hit a road-block when it comes to accessing videos. Here's the code for accessing and editing photos: import Foundation import Photos ...
garrett's user avatar
  • 33
0 votes
1 answer
34 views

how to create diagonal galleries/banners that move on scroll

I'm trying to create a diagonal gallery that moves with scroll, but when I scroll too fast the sliders (pictures) don't return to their positions, I tried to solve this problem, but it doesn't look ...
orlando roca's user avatar
0 votes
2 answers
116 views

Pagination in PHP for image gallery that shows all images in folder

I am trying to add a pagination to my image gallery that I've made entirely in PHP. I used this post for it as it was the best fit I found. However, browsing around I noticed that it's not working ...
Lady C's user avatar
  • 31
0 votes
0 answers
53 views

lightGallery lightbox controls are not showing

I am implementing lightGallery (https://www.lightgalleryjs.com/) in an Angular component and the controls are not showing, although each image in the gallery will go full screen when clicked on and ...
Eve Nordinstorm's user avatar
0 votes
0 answers
55 views

DIVI Gallery Module: Clicking image takes user to custom URL, instead of lightbox

I am trying to build a gallery (using the DIVI gallery module) where the user can click a picture and it takes them to a custom URL (instead of opening in a lighbox). I've already used ACF to add a ...
Edward Ballantine's user avatar
0 votes
0 answers
49 views

React Native Expo-Camera Gallery Save

Im testing camera for another app. This is boilerplate for camera app which I am debugging. Its my latest version, I have tested diffeerend approaches but with no success. // Importing necessary ...
JurajB's user avatar
  • 1
0 votes
1 answer
31 views

On first page initialization script is executed before images and DOM is loaded

Hello i got a problem with script execution. I'm using JQuarry for image loading in load_images() and then executing activate_images() function, which sets "data-lightbox" attribute and ...
HarryTra's user avatar
0 votes
1 answer
37 views

Fancybox gallery not working in laravel-inertia-react app

I have integrated the fancybox gallery into my webapp, but there is a problem, when I put the fancybox in the map, to cycle the images, the gallery is not activated, i see only one image with no ...
Vinx's user avatar
  • 25
0 votes
0 answers
32 views

Separate class for title and description in gallery

i want in gallery different size o font in titlle of image and different as well at decription/caption under title. Of course i would like change by css, but envira has just CSS for caption. It is ...
Jaroslav Kupča's user avatar
0 votes
0 answers
26 views

Is there a Magnific Popup function for getting images from the CMS under a certain category?

So I have a Wordpress website with a gallery of images using Advanced Custom Fields (ACF) using a repeater field with an image ID field and checkbox field for categories (see image of ACF setup in the ...
Adam's user avatar
  • 1
0 votes
0 answers
15 views

Looking for a pay or free scroller NOT wordpress

Looking for a pay or free horizontal scroller that has picture enlarening. Basically pics scrolling by and when you click on one it gets full size. I cannot find one anywhere. I also want it to ...
Mike Leinen's user avatar
0 votes
0 answers
30 views

Run javascript in lightbox gallery

I am using a gallery plugin and now customize the lightbox appearance for a client. I want to move the thumbnail div into the caption div and I understand, that I can make it work with jQuery: ...
F Hughes's user avatar
1 vote
1 answer
64 views

How can I make three diffrent overlays with three images?

I'm currently in the process of creating a website with a gallery. I want to have three images on which you can click, and three different galleries appear. For example, you click on the first picture ...
Mary's user avatar
  • 11
0 votes
0 answers
14 views

Instagram Wordpress Gallery Sortable by Name

I need to show Instagram posts on a Wordpress website, as a tiled gallery, and to be able to let the website user sort the posts by name. Any ideas the easiest way to get this done please? I've looked ...
Simon Burley's user avatar
0 votes
1 answer
477 views

how to patch multiple selections checkbox gallery inside a gallery in powerapps

need your help please... I have i created a form in powerapps but without using form control. i used a gallery control instead. so i am using forall and patch function to write back all the answers to ...
Aamante's user avatar
0 votes
0 answers
22 views

Unexpected empty space in a two-column gallery? [HTML/CSS] [duplicate]

I'm having a strange problem with the photo gallery displaying in two columns. For some photos (specifically 5, 9, 23, 33, 39, 45) the photo doesn't display in the right place, it just goes to the ...
Sławomir Bobola's user avatar
0 votes
0 answers
55 views

Woocommerce product gallery images not showing in RTL

I am working on woocommerce website, that the single page has a problem. The problem is, the product gallery images are not showing in RTL mode. The link for my website is: https://iraqs.net/anwar-...
Mahdi's user avatar
  • 216
-4 votes
1 answer
98 views

How to create an infinity carousel with touch in plain JS and CSS? [closed]

Here's an example of an infinity multi-item image carousel with touch using plain vanilla JS and CSS. No dependencies, no frameworks.
Kevin O.'s user avatar
  • 473
0 votes
0 answers
14 views

multiple scrolling galleries

I'm a noob and can't find something like this to help me out. I have a few cards and every card has a small gallery of it's own, but every time just one works and when the first gallery is scrolled ...
Mezmerizer 9's user avatar
0 votes
0 answers
26 views

How to implement the animation of changing the span count in the RecyclerView by gesture, like Google Photos app?

I want implement the animation effect of changing the number of columns in the RecyclerView using a two-finger gesture, similar to the Google Photos app or ios photos. But i have no idea to make it. ...
ahhsfj1991's user avatar
0 votes
0 answers
754 views

Problem in setting DefaultSelectedItems for a dropdown/combobox in Power Apps

I have a 'Leave Requests' dataverse table that have a column Approval Status. This is of type choice (Approved,Pending,Rejected). To make editable table i made a gallery, passed the datasource of the ...
Mir Arshan Ali's user avatar
0 votes
1 answer
364 views

Unable to connect Share Point site in Power Apps Canvas app

I have a SharePoint list named "Project Tracker" and this list has some records. Now, I want to connect this list to my Power Apps [Blank Canvas app -> Connect Data]. Unfortunately, I am ...
Ganesh M's user avatar
0 votes
1 answer
473 views

How to sort Power Apps gallery by month

I have a SharePoint Online list named "Company attachments" and inside this, I have added different columns, including a date and time column [Attachement Created Date]. I want to sort and ...
Ganesh M's user avatar
0 votes
0 answers
34 views

Simple img gallery crossfading effect

I am learning a javascript a bit and wanted to make a webpage with image gallery on the top of the page. This is result I have so far: https://streamable.com/v636mv I am loading images from the server ...
BedSon's user avatar
  • 57
0 votes
1 answer
214 views

Powerapps Filter Gallery by TextInput And/Or TextInput & ComboBox

I am trying to filter a powerapps gallery by either TextInput And/Or TextInput & ComboBox the code below only filters by textinput can anyone help? Filter( WD_Stock_Items_SP_List, ...
Andy's user avatar
  • 299
0 votes
0 answers
52 views

lightGallery dynamic mode with subHtmlUrl not working

I have try lightGallery dynamic mode with subHtml for caption, and its working fine as below : HTML and JavaScript with subHtml <!DOCTYPE html> <html lang="en"> <head> ...
endrik's user avatar
  • 1
0 votes
0 answers
492 views

Power Apps dropdown items from gallery

In my Power Apps screen, there is a dropdown control and a gallery control. A gallery control which is connected to a SharePoint list. Then I have bind the gallery item to a dropdown control using ...
Hema Racchu's user avatar
0 votes
0 answers
103 views

Tailwind grid gallery, First column height is large causing whitespace

Hi I'm designing a gallery with Tailwind and Vuejs. I'm having trouble creating a masonry type effect in gallery either using flex or grid layout system. The first image is the cover image and is ...
Ahtsham Farooq's user avatar
0 votes
0 answers
19 views

How can i use my javascript gallery 2 times with other images on the same page?

I cannot duplicate this gallery to use it on the same page with other images. Can someone please tell me how I can do it? I am new to Javascript and I can't find any solution. Thanks a lot ! HTML ...
Claudiu C's user avatar
0 votes
0 answers
256 views

I am using react beautiful dnd to create a drag and drop effect in an image gallery. But elements don't drag

I have this code in the gallery component. import { useState } from "react"; import { images } from "../assets"; import { DragDropContext, Draggable, Droppable, OnDragEndResponder }...
Konee's user avatar
  • 1
0 votes
0 answers
73 views

Filter SQL Table in PowerApps Repeating Gallery

Morning All, I have been struggling with this issue for over a week and have not been able to find a solution that actually works. My requirement is to use a SQL table to search for an Employee ...
Patti Love's user avatar
1 vote
0 answers
34 views

Can I move Image positions around in a tiled image section?

I have an image gallery where as you scroll the four tiled image section appears. After it reveals itself I want the user to be able to hover over each image and for the image that is being hovered ...
Nick Romano's user avatar

15 30 50 per page
1
2 3 4 5
76