An image gallery is set up to display multiple images. They can be basic or creative. Basic ones often have a grid layout with all of the images showing at once. More creative ones are often created using javascript and css3 and include animations and transitions.
0
votes
0answers
16 views
Using vimeo video and images in one fancybox pop-up
<section id="smoking-full">
<a class="various" data-fancybox-group="group5" title="" data-fancybox-type="iframe" href="http://player.vimeo.com/video/56039083">
<a ...
1
vote
1answer
28 views
Auto centering list item/image 100% page height
basically, what i am trying to achieve is the following layout;
http://farm9.staticflickr.com/8256/8746793625_d3fed90c54_b.jpg
I have tried using tables, but could not get the images to 100% of the ...
0
votes
2answers
29 views
show touched image in HorizontalScrollView
I implementing a gallery like app in android, the code get the pictures from a specific folder on sdcard and show it in HorizontalScrollView. I want to display each picture that user clicked in ...
0
votes
1answer
24 views
ios Images gallery animation
I want to do something like the ibooks images gallery on the top of this image, it contains images, loop animations and frame effects, any ideas how to do that ?
0
votes
0answers
18 views
How to loop back to the start of the Images in gallery with prevous button
I have a simple image gallery that only contains two slides with a previous and next button. I would like to loop back to the first image after the second image by clicking the next button. Not sure ...
-1
votes
0answers
30 views
nib to storyboard?
hi guy i'm studying (home made)for a few months objective - C it's very cool, very immediately , very all but i've serious problem to create a gallery thumbnail After weeks of research I found a apple ...
0
votes
1answer
20 views
Pirobox gallery not working properly
For my website I am using Pirobox extended v1.3 as found here:
http://jquery.pirolab.it/pirobox/
However, I cannot close any of my images, and when I click off an image (to the side if one), they do ...
0
votes
1answer
58 views
Javascript image and href swap on image gallery
I have an image gallery on my site that has one large display image with caption and 3 smaller thumbnail images below. Right now, I have a javascript that enables the display image and caption to be ...
0
votes
1answer
21 views
Gallery lightbox plugin issue
I'm developing a website template and just spotted an issue with the gallery lightbox plugin. http://creativusmouse.com/Proteus/html_preview22/portfolio_2_col.html
When the gallery has more than 1 ...
-1
votes
1answer
26 views
jQuery Fancybox changing transition settings [closed]
I have a fancybox gallery on this Site
this is my code so far:
$(document).ready(function()
{$("a[rel=gal]").fancybox({
'transitionIn' : 'fade',
'transitionOut' : 'fade'
...
-1
votes
0answers
37 views
Thumbnails gallery with next and previous button
Basically, I am trying to create a thumbnails list that includes previous and next buttons. By default, I want to display 9 thumbnails images only, but hiddenly lazy loads the other 9 images so that ...
0
votes
1answer
54 views
Simple image gallery JS
I'm trying to create a simple image gallery with radio buttons. Images are set to Display: none; by default. What I want is for them to display as block when I click on their respective buttons.
...
0
votes
1answer
43 views
Fancybox gallery with images in different places
I have a (html) page with an image gallery (all images together) and one separate image.
I put all the images from the image gallery in a
<div id="imageGallery">
I put the separate image in ...
0
votes
1answer
65 views
Doing a fluid responsive gallery item with categories selecting with twitter bootstrap
I'm trying to make a responsive and fluid gallery, something like this : http://dev-so12.fr/Akram/murals/
By clicking on one of the category, images disapears or appears to let only the images of the ...
0
votes
0answers
138 views
Bootstrap image-gallery images do not load
I just did a git clone of the bootstrap image-gallery repository. I am running on Windows Vista Ultimate. Have not made any changes of my own yet.
When I test it by loading index.html the screen ...
1
vote
0answers
40 views
How to open fullscreen mode from another place (html5gallery)
I use html5gallery (http://html5box.com/html5gallery) as jquery plugn for image gallery.
It has a button which open image gallery in full screen mode (like LightBox).
I need to make a way to open ...
0
votes
0answers
31 views
Define number of images per row in PHP generated image gallery?
Currently my image gallery has 4 images per row. If the screen is minimized below the width of those 4 images, one image will drop to the next line and there will be a line break before the next row. ...
0
votes
0answers
19 views
How can I center image gallery within my div?
I am trying to center a PHP generated image gallery horizontally on the page. It seems I have tried everything but nothing works! Here is a link to the page: http://rabbittattoo.com/?gallery=gallery
...
0
votes
0answers
29 views
javascript combine read local jpeg with image gallery
I'm new to javascript and HTML.
What I want is to load my local client jpeg files and show them in
image gallery library on browser.
I found read my local jpeg files, and image gallery ...
0
votes
0answers
74 views
Websites using Facebook Pages Image Galleries no longer working - need help for updated code
Last year I had two client websites which used the code below to pull from their FB Image galleries. Recently there were FB changes which caused these to stop retrieving the images from the different ...
0
votes
1answer
42 views
Jquery basic gallery animation
Ive made a basic "gallery" which uses the function below to show a larger picture when clicking on thumbnails. I want to make an animation to transition the thumbnail in to the bigger image. for ...
2
votes
1answer
210 views
Facebook Image Gallery on Website (PHP/JSON)
I am trying to get a facebook gallery (https://www.facebook.com/media/set/?set=a.188384271935.125248.188249156935&type=3) in particular to display on a website.
All the JSON examples I have tried ...
0
votes
0answers
71 views
Image gallery in viewpager fragment
I can't find anywhere an example of image gallery in viewpager fragment.
I have found this example HERE but I can't make it work in my fragment..
Can somebody please help me?
0
votes
1answer
276 views
Add Bootstrap Image Gallery to a Rails Application
I found the gem bootstrap-addons-rails and wanted to use it for Image Galleries in my Rails Application.
I have built a model Gallery and connected it through a has-many-relationship to a model ...
0
votes
0answers
74 views
Prestashop lightbox jquery not working
I'm having a difficulty with adding jQuery in Prestahsop site. I'm trying ti add jQuery Lightbox gallery but for some reason the js file is not being read or picked up.
I tried to reference the js ...
0
votes
1answer
70 views
java.lang.NullPointerException when add button to gallery view
Im trying to add button to my galleryview which will be save button to save images to sd card , when run app java.lang.NullPointerException rised :
my gallery code :
class InfiniteGalleryAdapter ...
0
votes
2answers
45 views
How do I get WP Gallery image information in to loop
I'm making a slider for a site, and the images come from the WP posts' gallery, which works fine. But I want the image information in there to, such as title and description of the image. This is my ...
0
votes
2answers
91 views
Javascipt : building an image gallery with backbone
I'm building an image gallery using backbone. User can only view one image at a time, when he navigates next/previous using arrow keys he will see next image in the collection.
I have one top level ...
1
vote
1answer
53 views
Gallery image do not show on page load when using css transition
I have made this page
http://safari-as.squarespace.com
On the main page it is a gallery made from a squarespace template. I wanted to add transition between the images on the gallery.
This was done ...
1
vote
3answers
224 views
Making a responsive image slider/carousel
I'm creating my own slider and I need some help making it responsive.
Right now it works with the responsive part on the first slide, but when I go to the next slide (in this case, any li that is NOT ...
0
votes
0answers
53 views
how to implement photo viewer with comments like facebook?
I'm developing a web application where a user can upload, browse and comment on pictures individually
I'm done with showing the pictures in a lightbox. The user can browse through all the pictures in ...
0
votes
2answers
88 views
Find position of element, then do something in jquery using .position() not working
I can not seem to find a way of jQuery understanding the current position of an element. I scroll through some markup using the html and css, jQuery below (like a gallery - but I dont want to use any ...
0
votes
3answers
66 views
How to define a multi-dimensional mixed array (includes keys and associative value) JavaScript
I create a javaScript gallery where the document can handle a variable number of <div class="gallery"> elements.
I thought to define a multi-dimensional array which stores information for every ...
0
votes
0answers
12 views
Numerous Errors in my Coppermine gallery
I'm currently having issues with my gallery the main issue is uploading. I mostly upload batches at one time, it seems if I upload around 20 instead of automatically taking me to the recently updated ...
0
votes
0answers
131 views
Image Gallery Horizontal UIScrollView
I created a horizontal Image Gallery using 5 ScrollViews. As you scroll left side then the 1st ScrollView frame updates to next to last ScrollView frame i.e tends to be last and similar things happen ...
0
votes
0answers
33 views
WPExplorer Adapt Theme: only 5 Portfolio images will show
I'm using the Adapt WP explorer theme and I'm having trouble getting images to show in the portfolio. All the images will display on the Portfolio page ...
0
votes
1answer
23 views
Lightview3 - fixing the image position (The image is to low)
I am using "lightview" to show images in my website, the problem is that the image to much low, so I can see less than 50% of the photo
I that when I set Height to object in css, the image is lower
...
-1
votes
1answer
34 views
Position issue with image gallery on top of fixed navbar on paralax site
This is my first time using this site, I hear you guys are amazing.
I am a rather new web designer / developer.
This is the plugin I am using for a a image gallery on a site.
...
0
votes
1answer
108 views
Wordpress Image Gallery Using External Images
I would like to know of any known image or video gallery plugins that use external media sources instead of having to upload via wordpress media library.
Worst case, is there a plugin that can ...
0
votes
1answer
112 views
Fullscreen product view for eshop
I am trying to find plugin or tutorial of product fullscreen view like on next sites:
http://www.armaniexchange.com/product/cotton+trench+coat.do?sortby=
or
...
0
votes
1answer
507 views
Fancybox, simple thumbnail gallery, and applying lightbox link and new image src on click
I'm having trouble wrapping my brain around how to apply Fancybox to a thumbnail gallery so that when the main image is loaded, it can be clicked to open up a larger version of that image.
I don't ...
0
votes
0answers
469 views
start Bootstrap-Image-Gallery with javascript
the document says, no need to use javascript to start the gallery. However, in my app I have multiple items, and I'm showing them dynamically upon user clicks. Each item has its own gallery. So, I ...
0
votes
3answers
515 views
jquery next/previous button for lightbox
I'm a beginner and I'm trying to make a lightbox web gallery with jquery.
It's a basic gallery, when you click on an image (thumbnail) in the list, jquery shows the hidden lightbox div, which makes ...
1
vote
0answers
56 views
getting a rotated image in my image view after taking from the camera as a portrait one
My requirement is to take picture from the camera or pick a image from the gallery and show it in a image view.. After showing the image I'm sending as a mail whatever the image is selected. My issues ...
1
vote
1answer
672 views
how to display images saved in a folder after uploading it
i simply want that after i upload an image it will be redirected to a page that displays all the images. The images are saved in a folder. i have found some examples but they are so complicated, i ...
0
votes
0answers
58 views
Sort Php Gallery by date [closed]
I'm new to php and I'm trying to figure out how to sort images by creation (or modification) date. The code below is the one from this tutorial I followed: Simple Php Gallery Pagination
I've added
...
3
votes
1answer
318 views
Solution for fixed constraint on mobile devices when using fullscreen background images
I just finished building my Shopify theme from scratch. It is my first responsive design, and I am very happy with everything expect for one major problem.
On our product page, we use a fullscreen ...
0
votes
1answer
89 views
Javascript image gallery for mobile
I want to make an image gallery for mobile with similar functionality to Flickr.
I'd like for it to move an image on touchmove depending on the direction your finger moves, and if you make a small ...
0
votes
0answers
147 views
How to merge jquery ad gallery & pan view
I'm looking for functionality like
http://toronto.flyerland.ca/new/flyers/view/91938/ON/0/0/0/0/highland-farms/1081/8//1361788197
Image gallery with zoom in, zoom out, pan view, reset image.
this ...
-1
votes
1answer
107 views
imagecreatefromstring returns false for some PNG image files
I have a image gallery , users can upload the images, after uploading the image, PHP script create two copy of it - One for thumbnail and another for displaying in gallery in larger size.
The ...


