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
2 answers

Mobile Photo Gallery App

I have to make a photo gallery for a mobile phone app, where I can swipe from one picture to another. Here is an example. unfortunately I can't use this library, because I need an inertial scrolling effect in fullscreen and you should be able to…
Safari
  • 3,302
  • 9
  • 45
  • 64
1
vote
0 answers

jQuery Image Swap with Link and Colorbox

I'm trying to make a relatively simple gallery which has 3 sizes for the images: - fullsize - this is linked to using "colorbox" for a modal display mediumsize - there is only one of these on the page, it is what's clicked to trigger the…
John A
  • 53
  • 1
  • 8
1
vote
0 answers

Android Inside Adapter view redraw not working?

I'm doing galleryview using Adapter. In that adapter i'm using linear layout. In that linear layout textview i'm adding dynamically. class ViewHolder{ TextView txt_title; LinearLayout linear_insideLay; } @Override …
Jeeva123
  • 1,047
  • 3
  • 20
  • 34
1
vote
1 answer

bitmap always returning null in android

I've been trying to make a small gallery and the bitmaps are always returning null. The code is like this: public View getView(int position, View convertView, ViewGroup parent) { ImageView i = new ImageView(mContext); …
Jonathan
  • 782
  • 7
  • 10
1
vote
0 answers

Slideshow Pro Director Mobile XML

Apparently in Slideshow Pro Director Mobile Version, the XML cannot be taken from a different source other than that output by the Director itself. Which scripts need I modify and how in order to pass my custom XML?
John Smith
  • 37
  • 7
1
vote
1 answer

Wordpress Image Gallery Per Post

What is the best way to integrate an image gallery for each post in Wordpress? I'm looking for a plugin that allows me to upload an unspecified number of images for each post which are then displayed in a gallery in a fixed position which is…
1
vote
1 answer

Need help giving a modern gallery labels

I'm making a portfolio site and I want to include some of my work from middle school, but I want to put a label on it to distinguish it. The gallery is a bunch of images of different heights and widths on a small scale and slightly rotated, when you…
Calebmer
  • 2,972
  • 6
  • 29
  • 36
1
vote
1 answer

Wordpress post page not showing all images in gallery

I am hoping someone can assist, as this is killing me. I'm working with someone elses code and having lots of trouble and I'm only new at wordpress. What I want to acheive is for the post to display the first image from the gallery at the top of the…
Glyph
  • 97
  • 2
  • 9
1
vote
0 answers

Image Gallery Look like Windows Phone 7 - Swipe

I need a Image gallery look like in Windows Phone where when we swipe from the left , the other half of the image is seen and if the image is drag more than 220 width of the image , it should roolback to its original position. I am currently using…
1
vote
0 answers

Joomla 2.5 gallery with subfolders

Folders structure: |_image |__image2 |__image3 For example, sigplus(joomla module) usage: {gallery}image2{/gallery} show all images in image2 folder. But {gallery}image{/gallery} dont'n display anysing(
d.garanzha
  • 813
  • 1
  • 9
  • 15
1
vote
0 answers

How to refresh current picture from Gallery android

After searching an trying how to do it, I put this question due to my failures. The point is I am trying to show in a Gallery several pictures that I get from a http server. The thing is when I open the activity for first time, if the picture is not…
1
vote
2 answers

Android how to make Gallery auto scroll to first item?

I followed this topic auto scroll a Gallery widget to create a Gallery auto scroll from left to right every 5 seconds. Here's my Gallery: public class MyBannersGallery extends Gallery { private Handler handler; public MyBannersGallery(Context ctx,…
user1417127
  • 1,525
  • 1
  • 21
  • 29
1
vote
2 answers

could not able to open the gallery after connecting to a webservice

I can connect to a webservice but what I want to do is after connecting the webservice I want to open the gallery and choose a video from there. Could you please help me where is the problem? here is my code: package com.isoft.uploader; import…
answer88
  • 165
  • 7
  • 19
1
vote
1 answer

Making a sliding image gallery using CSS

I want to make a pure CSS gallery/slideshow, which would use a sort of "push" transition effect (if you've ever used Keynote, you probably know what I mean). The center image would be fully visible, while the images to the side would be masked as…
Jules
  • 14,200
  • 13
  • 56
  • 101
1
vote
2 answers

How can I load the next list of images on a template PHP page.

I have a gallery page I am working on and cannot seem to get the next set of images to load correctly by using GET parameter page=2. I am using a table, with 6 images, and next and previous buttons. When i click Next from page1 however, it loads…
Migisha
  • 415
  • 4
  • 10
1 2 3
99
100