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
1 answer

WORDPRESS: How to remove certain content on single post page of post_format gallery?

First off I created my own theme from scratch. I've been trying to figure this out all day yesterday. Ended up using a couple of twentyelevens and twentyten's files just to accomplish this. Then deleted them cause there was no success. All I want to…
KXXT
  • 251
  • 2
  • 4
  • 20
1
vote
0 answers

Modifying gallery image width on Shopify New Standard Theme

I'm having some trouble figuring out how to modify my gallery which runs on JS Colorbox on Shopify. My storefront link is http://chillonbroadway-2.myshopify.com/ The major problem I'm having with the gallery is whenever I make the width bigger than…
Kosei
  • 11
  • 1
1
vote
1 answer

Android passing touch events from one gallery to another one

I have two galleries with different size on relative layout above each other. The gallery behind is smaller than gallery above so I want gallery behind react from touch events if common part of two galleries is touched otherwise the gallery above…
Zell B.
  • 10,266
  • 3
  • 40
  • 49
1
vote
0 answers

Yootheme widgetkit video and image gallery?

I am trying to find a way to play videos inside a yootheme widgetkit gallery. Currently I am only able to show images, but i want to also have vimeo videos added to the slideshow... Any thoughts please help.
Ldwlondon
  • 73
  • 1
  • 11
1
vote
1 answer

How to implement a company-internal icon gallery

I love writing my own web-based applications, but don't want to succumb to the not invented here syndrome. So before I go write this myself, I'm looking for solutions that either do this, or perhaps frameworks (like Django or Joomla, etc.) that…
andy
  • 6,888
  • 1
  • 19
  • 17
1
vote
1 answer

Cycle plugin refuses to scroll, no idea why

I"m trying to make a gallery piece for my website. I know there are ones out there that would do most of what I want automatically but I'm hoping to be able to build my own that way I know exactly what's gone into it. Problem is, it's not working.…
dougoftheabaci
1
vote
2 answers

Installing a Jquery Gallery Plugin

I've tried to install two of these now, and neither has worked, so I'm quite sure that the problem is me and not the plugins, but I've also watched a half dozen youtube videos and re-read the instructions several times and I still can't make it…
1
vote
1 answer

"Gallery" app Share view in IOS

The "Gallery" Application in iOS ( atleast the newest version ) has a nice share view, which is black, and each share media ( facebook, twitter, mail, etc ) Is in a different square. I will upload an image if nobody knows it. I wanted to use this…
Niv
  • 2,294
  • 5
  • 29
  • 41
1
vote
2 answers

Call (or similar) into a div using javascript to display artwork and description?

To begin with a quick disclaimer: I'm new to javascript and not from a coding background but am currently working through books, tutorials and frequenting this very site to solve the problem by myself. However, I would very much appreciate some help…
J McKay
  • 13
  • 1
  • 6
1
vote
0 answers

Remove image gallery thumbnail from yahoo pipes in wordpress

hello i building a wordpress site with yahoo pipes, and wp-o-matic plugin im dealing with blog with lots of pic, and after the picture there is a gallery on every post, how is the way to remove the gallery(small thumbnail), because at the feed its…
ita
  • 11
  • 1
1
vote
1 answer

IOS Orientation fix doesn't work all the time

I am developping a swipe gallery for mobile devices. Users can change images by sliding the screen, as any normal images gallery in most iPhone app. Here is a demo: http://daviddarx.com/stuffs/work/custom/swip/ To debug the iOS orientation bug…
daviddarx
  • 3,485
  • 3
  • 20
  • 23
1
vote
4 answers

Show and hide images with next previous button using Javascript

I have four divs, each div contain images and contents. one next and previous button. at a time only div will show. on click of next the second div have to be shown and first will hide. same upto fourth div. Need to use pure Javascript. No jquery or…
user1199537
  • 65
  • 5
  • 12
1
vote
1 answer

entire page image gallery load/resize technique

i'm curious about an effect i've seen on a lot of different wordpress powered sites. i think it might be a plugin, but i'm not entirely sure. it's basically a page of images of different sizes, and they fit together based on how wide your window is.…
patricko
  • 831
  • 4
  • 16
  • 34
1
vote
2 answers

Image Gallery without Thumbs

I am trying to create a jQuery image gallery(I rather create one, than use a plugin) I've looked at several different tutorials and selectors, each of which use thumbs. Now my current code is this: $(document).ready(function(){ …
1
vote
1 answer

Android Gallery visible ImageView is null?

I want to draw a check mark for the image view I click on and uncheck the imageview I clicked on before using the following code snip. I store last checked position in mDeviceAdapter. When I try to uncheck old position, the image view always gives…
Lily
  • 5,872
  • 19
  • 56
  • 75