image-gallery

Images are sliding slow in Internet Explorer 8

Hello all, I wrote a jQuery script that slides a large strip with images in it- horizontaly accross the screen. Problem is, that in IE (currently using IE8) the movement isn't smooth unlike other browsers- where images slide smoothly. I must notice that in IE Compability mode, the result is better- but still not perfect. Hope that so...

Help making my JQuery Fading Gallery more efficient.

On the homepage of this site - http://bit.ly/a3IoV5 - I have a large image fading JQuery gallery. Here's the JQuery: $('.fadein img').addClass('js'); $(function() { $('.fadein').children().eq(0).appendTo('.fadein').show(); setInterval(function() { $('.fadein :first-child').hide().appendTo('.fadein').fadeIn(2000); }...

jQuery hover w sticky click/selection problems in IE

Ive made a 'hover with sticky click' jquery script for my web portfolio which works in Chrome, Opera, Firefox, and Safari - but I'm still having some problems with IE. I have 8 thumbnails that fade between 0.3 and 1 opacity on hover. When clicked it uses the index of the thumbnail to show the corresponding full size image. It also is li...

Android: lazy loading in Gallery

Hi, I've reviewed some posts about lazy loading but I believe my problem is a bit different. I have a gallery (my class extends Gallery) which displays 20 rather large in size images (400-500K each). I cannot load them all to gallery since I get an OutOfMemory exception. So, I created an array of 20 Drawables and initially populated ...

Android: showing default image in gallery's ImageView while actual image is downloaded

Hi, I believe this is pretty trivial but I can't get it to work. I want to display a default image in gallery elements (ImageViews) while their actual image is being fetched from the net. Right now, nothing is shown for an ImageView which its image has yet to arrive. Once it arrives it is immediately shown. What I tried is right after t...

Simple PHP image gallery with file upload

I am looking for a really simple PHP image gallery system that allows file uploads and provides easy integration into any existing PHP script. I only found full galleries with database backend and templating systems for integration and the too simple ones that just take a folder with (FTP uploaded) images and show it but don't provide th...

Is there a jQuery plug-in that makes thumbnails of an image dynamically?

Does anyone know of a jquery plugin that can make a thumbnail of an image hosted at another site (Flickr/Picasa/SmugMug/etc.)? I was trying to use Galleria, but didn't like it very much. It had the capability to make thumbnails dynamically, so I know it is possible. What I'd like to do is use a Colorbox slideshow for my gallery, but I'...

JQUERY Click events for multiple Images

I'm creating an image gallery just for fun to expand my introductory knowledge of JQUERY. The gallery has a bunch of thumbnails which, when clicked on, will show a large image just below in an image viewer div. In addition, when a thumbnail is active (image is being viewed) the thumbnail animates from 75px to 100px. I've got it working ...

How to make gallery image fade on hover to reveal details such as title, enlarge, visit site, etc?

Hi, I've seen a nice image gallery hover effect used quite a lot lately and I'm just wondering whether anybody knows of a good way to recreate such an effect. The effect is when you hover over an image, the image fades out or a div fades in showing links etc over the image. It's similar to the one found here: http://cssnack.com/ and he...

Gallery center-locked horizontally scrolling

How do remove center-locked horizontally scrolling in the gallery images? ...

Scrolling HTML gallery, possibly many images, needs lazy load/unload?

I've been asked to show the results of an image d/b query as a coverflow-y type horizontal scrolling gallery of thumbnails (256px long-side,c. 25kb each). If a library is needed (likely), I'll use jQuery. Besides an image the gallery will likely show some caption (text) data. Problem is, user's query could unwittingly pull 000s of resul...

Image gallery with relevant text in another div in query

i need a image gallery like this. image count is dynamic. when i navigate left, img-3 will be center image and img-3 content should be loaded in img-2content div. i need a script to do this. thanks in advance. ...

json and jquery image gallery

few months a go i created an image sliding gallery where when use click the left/right arrows one image slides out and the new image slides in (it worked good) all the related images and descriptions i had to write went in my php file; now i wanted to have some new images and i found that add and modifying this content took me longer th...

jQuery image gallery plugin that shows images in three sizes

Well there are so many image gallery plugins for jQuery, I need one that can show the images in three sizes. A basic image gallery plugin usually displays all thumbnails and one large image. Clicking on the thumbnail brings the larger version of the chosen image into view. I want something after this stage: clicking the larger image shou...

Allowing For Custom Images Sizes with WordPress's Gallery Shortcode

Hi, In WordPress 2.5 and up, there's a built in Gallery feature that allows the option to add an image gallery to a Post or Page on your WordPress blog. (Ref: http://codex.wordpress.org/Gallery_Shortcode) You can use a size option to specify the thumbnail size you would like displayed. Valid values include "thumbnail", "medium", "larg...

Best Static Photo Gallery Generator

There are a lot of static website generators out there, but most of them seem rather text-oriented (to my knowledge). What are the best image gallery static website generators? ( Note: I realize that a more general form of this question has been already been asked. I think this question is different enough to stand on its own. ) ...

what is a good wordpress gallery plugin that uses jquery lightbox?

i am using WP Photo Album and i like how it has albums but i am having trouble trying to make it work with lightbox. i've manually put lightbox in and it didnt work then i put lightbox as a plugin and when i click on one of the images in the album it doesnt show. this is what the images in the album look like <div class="thumbs"> <ul> ...

grid image gallery flash as2.0 big image never in place

hello all, i'm having a bit of a problem with a flash image gallery, this are my problems: I need the big images to appear always at the same place: x=0, y=0, but i've tried everything, modified the AS and not only they never appear at 0,0, but each appears in differents places, any idea how I can fix this? how can I have a next / prev...

Create a gallery from a CCK ImageField

What I have Currently I have a view that creates a list of entries, each entry has a title, description and multipule images. The view just shows the list right now and all the photos are group from the images field show when you preview the view. (the view is a block) What I am trying to build The list works, however instead of just...

Is there a jQuery plugin that combines lightbox and slideshow (Google Buzz-style)?

When you click on an image in Google Buzz, it shows this image in a lightbox, but at the bottom of the screen there is a list of all images in the same context (and you can click or scroll through it). I want to use the same functionality in my gallery, but I prefer not to spend a lot of time building it. Is there a plugin that provide...