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

My Simple CSS Gallery is working in Firefox but not safari or chrome

I have a (very) simple CSS image gallery, it is working in firefox but not on chrome or safari, i cant figure out why... I want the image to change in the bix preview box when the smaller thumbnail is clicked, I know this code is a bit messy buy Im…
user2078845
  • 579
  • 2
  • 7
  • 12
1
vote
1 answer

Windows ribbon framework: Galleries in the ApplicationMenu

According to MS documentation, the ribbon framework's application menu should be able to host DropDownGallery elements, but I can't get this past the uicc compiler. For example:
chrisd
  • 853
  • 1
  • 9
  • 23
1
vote
1 answer

Wordpress native gallery - own output - sorting difficulty

as you can read, I'm having trouble sorting the gallery in the order I want it to. I'm trying to have it sorted just like in the Drag&Drop Interface, where you edit your gallery. That's the same order as in the id attribute in the shortcode. I just…
yardarrat
  • 280
  • 3
  • 14
1
vote
1 answer

Memory-Leaks Image-Gallery Android - How can other applications handle it?

i'm trying to implement a image gallery, which should show ~ 5-15 smaller images and one "current selected" bigger image. It looks like: http://www.mobisoftinfotech.com/blog/wp-content/uploads/2012/06/galleryDemo.png I've looked up many sources and…
Frame91
  • 3,670
  • 8
  • 45
  • 89
1
vote
2 answers

is there any jquery plugin to create a mosaic background?

im looking for a jquery plugin to be able to achieve this effect http://img825.imageshack.us/img825/1213/26201311246pm.png i found this one, but has to be buy, im looking for a Free…
Jose De Gouveia
  • 994
  • 1
  • 14
  • 33
1
vote
1 answer

Remove video navigation flickering from video gallery

i just build a video gallery Here is the link to the video gallery http://www.braddockinfotech.com/demo/dvnonline/vod1/ Two issues : : 1) While navigating through the gallery using up and down arrow keys there is kind of video jump or flicker.how…
iJade
  • 23,144
  • 56
  • 154
  • 243
1
vote
0 answers

How to merge accordion and div slider?

I'm trying to construct a accordion slider plus a div slider but having many issues. For example I need a regular slide show with arrows to slide multiple columns to the left and right plus the ability to expand one of the columns via mouse click.…
Jon Cook
  • 21
  • 2
1
vote
0 answers

Drag and Drop images from one gallery to another Android

I have a requirement in my app to drag images from one Gallery to another Gallery. Is that possible to implement? Can someone provide me with some sample code. Also I am trying to implement this in android 2.x so i cannot use the OnDragListener or…
Swati Rawat
  • 1,729
  • 1
  • 19
  • 34
1
vote
0 answers

Fancybox 1.3.4 Image Gallery from Image Map?

Possible Duplicate: How to open fancybox using map link I have found out how to use the links from imagemaps to display single images using Fancybox. I integrated into my site successfully. But, whatever I do, I cannot make it to display…
1
vote
0 answers

How to open android native gallery app to select the image without chooser

I want to select Image from the SD-card through default (native app) application of the device "Gallery", without showing further chooser option to select third party application. Currently to do the same, I am implementing the below code …
vinay kumar
  • 1,451
  • 13
  • 33
1
vote
2 answers

How to merge the three views into a blank view and display?

I want to set a ScrollView for some views. I need to merge some view into one view and add to ScrollView. The three views are listView, custorm view and Gallery. Who knows how to merge the three views into a blank view and display?
DaringLi
  • 409
  • 2
  • 6
  • 16
1
vote
0 answers

Wordpress 3.5: custom gallery broken after upgrade

Yes, I read slevin's post but I'm having a hard time making heads or tails of it, so... EDITED & UPDATED BELOW I think I'm closer but I'm not sure...now the page returns all of the images contained within the entire media gallery, versus only the…
chevy454
  • 23
  • 5
1
vote
1 answer

display images from a specific folder in Gallery view

I got a gallery view that displayed images based on drawables inside the project. But now I wanted it to display out images of a specific folder and I'm not really sure how to make it work that way. Example of image folder "mnt/sdcard/ff/" Any…
IssacZH.
  • 1,457
  • 3
  • 24
  • 54
1
vote
0 answers

Wordpress count galleries into a post

I'm adding many galleries to a post. Here is an exemple of one of my post: [gallery ids="47,48,49"] [gallery ids="49,47,44"] [gallery ids="419,147,414"] I would like to know if there is a way to count and retrieve the number of different galleries …
Romain
  • 407
  • 2
  • 9
  • 20
1
vote
2 answers

Viewpager dynamically from Arraylist

I've got a little problem; I've been searching for something like a horizontal listview, the almost perfect I found was the Gallery, I even got it working. Thing is: it's too old :P Now I found a perfect replacement the "Viewpager", but I can't seem…