Questions tagged [gallery]

Gallery is a collection of photos in a software system

A photo gallery is a GUI allowing users to view pictures from their local file system or network shared files. Galleries usually include features to manage and edit files, as well as print or upload them. Often times galleries allow the user to click arrows on the left and right edges of the viewer to select the previous and next photos within the files. There are many different photograph viewing programs available for multiple operating systems.

3768 questions
1
vote
0 answers

Drupal Media Gallery module not playing uploaded videos? Ideas

I am using Media Gallery module on a Drupal 7 installation to create some mixed picture and video galleries. I am having trouble with the module as it seems that it will not play my uploaded videos, but if i check my media library and view the file…
1
vote
1 answer

PHP Image Resize (gallery)

I've recently built a website using PHP for the first time. I have create a gallery script using various tutorials which automatically pulls through images held in a set location and creates a thumbnail, if one does not exit. Now my upload works…
Callum
  • 3,221
  • 3
  • 19
  • 18
1
vote
0 answers

Several jQuery issues - how do I turn my gallery functions on and off depending on the window size?

I'd appreciate some help with my jQuery gallery I'm trying to write. I'm way out of my depth compared to the small bits of jQuery I usually write, I've been searching a lot and reading things but pulling it all together is proving VERY hard for me!…
Dan
  • 550
  • 4
  • 10
  • 21
1
vote
0 answers

Android, Get gallery image and store in integer

I am working on fetching images from gallery and i want to store the image selected in a integer. I have tried everything but nothing is helping me, my code is private void getGalleyImage() { Intent fileChooserIntent = new Intent(); …
hemantsb
  • 2,049
  • 2
  • 20
  • 29
1
vote
1 answer

Multipage jQuery image gallery

Is there any jQuery gallery, which support multipages? My problem is, that every page contains different number of images. I'm using Lightbox 2, but i can't see any way to configure the gallery with multipages. I can create 5-6 static HTML Pages,…
cupakob
  • 8,411
  • 24
  • 67
  • 76
1
vote
4 answers

How can I say to jQuery hover all images by hovering the gallery

I found a simple jquery script, that do the opacity of a image set to 0 by hovering an image from a list. I like the effect, but it is working only on 1 image in a ul packed gallery. My answer ist, how can I say to jquery, hey do this to all images…
rxjudy
  • 15
  • 4
1
vote
0 answers

Gallery Control - Not working

When I trying to use Gallery widgets . I have a issue with it . This class was deprecated in API level 16. This widget is no longer supported. Other horizontally scrolling widgets include HorizontalScrollView and ViewPager from the support…
Nam Nguyen
  • 317
  • 4
  • 18
1
vote
1 answer

LightOpenID Login for Single File PHP Gallery - Images not accessible

i've got the Single File PHP Gallery and an OpenID provider. The gallery should only be accesible for registered users, so i tried to add a login to the gallery via LightOpenID. Additonal i have to set a cookie for to stay logged in. In…
mars
  • 40
  • 6
1
vote
0 answers

upon onclose colorbox gallery reopen previous original colorbox , how?

I have Page A (page A ) and page B ( page B ) which is to be opened by page A . What I'm trying to accomplish is to have page B start a colorbox gallery and when the colorbox gallery is closed that page B colorbox come back up. Problem 1: If you…
Misc Smith
  • 21
  • 3
1
vote
2 answers

PHP adding user comments to image gallery

Im really struggling with adding comments to a user generated php gallery i've made. I have a database table for the images: userimage (id, imagepath, userid, description) and table image_comment with a foreign key column (comment_id, comment,…
Mac Luc
  • 971
  • 5
  • 14
  • 31
1
vote
3 answers

PHP comment system - echo matching foreign key and id

I'm creating a image gallery where people can add comments to each uploaded image. I've made a db tabel for all comments including a foreign key to match the image table. My SQL variable looks like this and seems to work…
Mac Luc
  • 971
  • 5
  • 14
  • 31
1
vote
0 answers

How can get Gallery2's album Width and Height

The picture like below. Tap Gallery2, then show the album .Like the below picture How can I get this album's Width and Height (The center of this )? Tap Album,then show the details,Like the below picture Question: How can I get those…
caopeng
  • 914
  • 13
  • 23
1
vote
1 answer

jQuery + CSS gallery hover effect

I'm having some trouble with an image gallery. To achieve the rollover effect I have this jQuery script: var gallery=$("#galeria .one-third.column"); var thumbs = $("#galeria .one-third.column a.fancybox img"); for (var c…
Paulo
  • 23
  • 3
1
vote
1 answer

Script change the pictures. In the finished code

Hello! How is it possible to make a very simple animations. In this code? For example, every 5 seconds the picture changed. Now I have made only one. Necessarily need a preloader. And here is the original…
1
vote
0 answers

Gallery like WP system gallery with pinchtozoom

I'm trying to reproduce a gallery like the system gallery, but i have a problem with pinch to zoom, the container doesn't enlarge and the picturs overlays, I tried to use with listbox:
PandaSharp
  • 642
  • 7
  • 24