gallery

JQuery cycle plugin + PNG overlay + Image alt text as title conflict

Hello I am trying to achive the following: Create an image gallery using the JQuery Cycle plugin that shows images with titles (taken from the alt text) Each image has a PNG absolutley posiioned over the top to achieve rounded corners effect Here's my gallery HTML: <div id="slideshow" class="pics"> <div class="photo-container" > <...

Javascript: Clicking thumbnails to switch a larger image. Best method?

Hello! I've been looking for a really easy/lightweight way to just be able to click thumbnails to switch the src of a larger image. This is what I've found: http://snipplr.com/view/8688/jquery-image-swap/ I haven't actually tried it out yet. Is this the best solution? The larger images to be swapped in will have the same width but ...

does anyone knows a gallery script with tag support ?

Hello I search a free gallery script php/mysql (or file based) I want that script to have tag support (like facebooks gallery) Can anybody help me with that? thanks ...

Gallery w/ jquery, json, and prev/next buttons. If the json request returns undefined, the gallery breaks.

I'm a beginning coder, learned CSS, HTML, and Jquery in an internship this summer. My boss wants me to create a gallery that has one main image, and then two buttons to display the next or previous item. He wants me to use json, so that they can easily add and remove images. I have it written so that, I start with a variable 0, then when...

Javascript/JQuery: Gallery with very large images. How can I have it on click fade out, load the next image, and then fade in w/ the new image?

Hello, my boss has me working on a website that basically has a very large gallery right in the middle. The way this one part needs to work is that the user clicks a next/prev button, the image fades out, displays a loading spinning image gif, and then fades in with the new image when it's down downloading. I have no idea where to even b...

jquery fading gallery

Hay all, i've wrote a simple fading gallery with jQuery. It basically loops though a set of images, fading from one to another. It works perfectly, as predicted, until it gets to the last image, it then doesn't fade from the last to the first, just to displays it. here's my jQuery $(document).ready(function(){ Zindex = 99999; i = 0; ...

Android Gallery Text Only

Ive looked into the APIDemos and they have an example of the gallery where they show just text, the code however just uses a Cursor , however I want to use a String array. how would i go about doing this? This is the code for the example in API Demos: Cursor c = getContentResolver().query(People.CONTENT_URI, null, null, null, nu...

looking for ideas on how to force order of pictures in a gallery (django app)

Hi - I'm building a django app that has an image gallery, and the client insists the images be displayed in specific order. I use the admin interface to upload the images and edit their properties, and I have an ImageFile class in my model that basically looks like this: class ImageFile(models.Model): """represents an image file""" ...

Any jquery gallery plugins fit for this?

I'm using thumbnails,when user click,show the bigger one. I checked some plugins,but they doesn't use thumbnails,say,it's the same image whether it looks smaller or bigger. ...

Full width image carousel that can center selected image and partially show other images in gallery

Hi, I've looked for a plugin that will do this and the closest I could find was CarouselLite but it doesn't really do what I am trying to get. Most of other libraries I could find don't like 100% width or hide inactive images or don't center the active image scrolling it to the very left of the gallery div. I'm not really good at javasc...

Creating Bing Image Gallery using Javascript

Hi, I would like to design a home page for a client similar to the Bing homepage which would have an image gallery with navigation bars and text right above the images. How can this be achieved using Javascript? Thanks ...

Question about an array in gallery2

I'm working on a modification from a theme in the open source project "gallery2". Here is the code that I am looking at: For anyone familiar with it, its in the SearchShowAll.tpl file in the search module in the modules section of the download. <ul class="giInfo"> {foreach from=$result.fields item=field } <li> ...

jQuery picture load

Hi everyone, I need some help in jQuery. What I want to do is to create some kind of a small, very, very easy picture gallery. I want to have a couple of small pictures on the left-hand-side of my page. By clicking one of these small pictures I'd like to load this picture into another div where it is shown in full size. <a href="ima...

JQuery picture load

Hi everyone, I need some help in jQuery. What I'm trying to do is to create some sort of a small picture gallery. In this gallery I've got a couple of small pics and one big pic. By clicking a small picture I want jQuery to load and replace the big picture. Here's a little try which does not work! But probably someone could tell me wh...

dynamic image gallery

Hey all, my first post :D Problem: I'm trying to make a template gallery, not a slide show, which i can easily reuse on multiple sites. Mostly for quick folio sites, where the owner wont know how to update the code to add pictures. It needs to read all of the image files from a selected directory. (jpg, gif, png, bmp) It needs to be a...

Android Gallery (view) video (also thumbnail issues)

Currently we have a Gallery view to which we need to add thumbnails for images/video. How do we get the already generated thumbnails (the ones that the native Gallery app shows) if we already have the image's/video's content:// URI? (We are using Android 1.6, Video.Thumbnails does not exist) ...

Is there a way to return a list of all the image file names in a folder using only Javascript?

I have a dropbox account. I put a bunch of images in a public folder. I'd like to display the images using shadowbox. Right now, I'm manually entering the filenames into this html file. Is there a way to dynamically update the gallery when I drag new images into the images folder? I'd prefer javascript if it's possible. If it's not...

GridViews inside a Gallery

Hi, I am trying to essentially reproduce the default sliding home app screens, using a fullscreen gallery to hold multiple fullscreen gridviews - one for each 'screen'. This seems great in theory, except that you cannot drag the gallery, once focused on a gridview. I would think that touching open areas of the gridview (i.e. padded or ...

Trouble with Galleria image gallery fade and default image

Using Galleria with frogCMS, but am currentl unable to create fading effects and to display a default image on load (currently only displaying an image on clicking a thumb) $('ul.gallery').galleria( onImage(image) { image.css('display','none').fadeIn(); } // not working. ); // also not working $('ul.gallery').galleria({ history : t...

Drupal Photo Gallery Tutorial

Can someone point me to a good Drupal Photo Gallery tutorial or book. I am trying to create a photo gallery in a grid view. However, I do not want the titles, etc. to be displayed with the photos. Also, I want to place a border around the photos to make them stand out a bit. I am not that well versed in PHP so I want the solution t...