image-gallery

Drupal 6: How do I create a Product Item Gallery

I am creating a site that includes many products, of each of those products I could have up to 10 images. What I need to do is this: 1: Image #1 - loaded (large) 2: Create thumbnails of each of the uploaded images 3: Place thumbnails under large image 4: When user clicks on a thumbnail it will replace the large image with the one select...

Galleriffic not working in IE7 or IE8

Hi All Has anyone had any problems implementing Galleriffic with IE? My images are not coming through (IE& or 8) - there is just white space where the images should be. It is working fine for me in other browsers. Cheers ...

Problem: Jquery Cycle - Image + Description rotator /w custom thumbnails

I'm attempting to build a custom Image + Description rotator /w custom thumbnails using Jquery Cycle. Something kind of like this example: http://www.malsup.com/jquery/cycle/pager2.html, but using DIV (instead of images) and custom thumbnails from an alternate directory. From what I can understand this is how I'd build the sample above...

jqgalscroll timer

Hi I'm trying to add a timer to the jqgalscroll plugin, the plugin has the function jqimg.click(function(){ var next = n.index + 1; if((n.index +1) == el.totalChildres) { el.pagination.find('[href$=0]').click(); } else { el.pagination.find('[href$=#'+ next+ ']').click(); } }); this is used to move to the next image in the gallery,...

swf movie is not staying within the confines of the movie clip when played, ie it goes over the whole stage.

Hi, Can anyone give me a hand please? I've got a basic web page with buttons on the left and a movie clip on the right. When I attempt to import a swf file into this movie clip the movie doesn't stay within the specified pixel size of the movie clip. The movie clip I am importing is an actionscript scrolling image gallery and the image...

How to create album effect like this page with jQuery?

How do I create a photo gallery like the one seen Here? ...

Loading Thickbox Gallery Slideshow

I'm using the Thickbox "Gallery Images" example http://jquery.com/demo/thickbox/#examples to show a slideshow for a group of photos which works perfectly, except that I also want to have a button that says 'Start Slideshow' that will open Thickbox and display the first photo in the slideshow that is tagged under the group 'rel="slideshow...

Need to move through galleria generated images using a numbered menu

I'm using the lovely Galleria Jquery image gallery. It all works fine but i need to create another way of traversing through the images as there will be quite a few images in the gallery and scrolling through using the normal controls would be quite laborious. So what i want to make is a grid of numbers like this: 01 02 03 04 05 06 07 ...

jquery tolls list with overlay & scrollable list .. issues..

hi there i'm relatively new to jquery, but i wanted to see if anyone could provide me with any insight on this. what i've got here is an autoscrolling list, with overlay functionality.. http://www.freestylemovement.com/secret/3.html what i'm trying to achieve is a scrollable function like in this example, except i like using the lis...

Changing the color of graphics in flex 3?

Hi, I have built a simple image gallery using svg files that I have created in Adobe Illustrator. The images populate in a panel at the bottom of the application and when the user clicks on an image, the selected image pops up in a pop-up window above said panel. That said, I am having some trouble finding out how I would be able to le...

Droid-fu library's WebGalleryAdapte with gallery example

Any good tutorial shows how to use Droid-fu library's WebGalleryAdapter with gallery widget ??? here you can found info about droid-fu libaray ...

How to use arrow keys to reload new URl in browser

Facebook and myspace both have a nice feature in the photo galleries, when you go to an image page, a page with the user's image and user comments on the page. You can hit you keyboard left and right arrow key and the page will load the next page, it does it super fast, if you held down the key it would go fast through many pages. I kn...

GalleryView - filmstrip navigation w/o changing a picture in a panel

How to navigate thru GalleryView filmstrip without changing a picture in a panel? I can not find a property for this. GalleryView is pretty popular so I hope, someone will know how to do it simple. It is always possibility to change the gallery code, but I hope there is better solution. Some flag maybe? Currently I have the following s...

In the Gallery from Intent.ACTION_PICK, can I override the longClick?

In my app i let the user select one image from the media gallery. To do this i use the Intent.ACTION_PICK. Like Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); startActivityForResult(intent, IMAGE_PICK); The app works mostly fine, the users can select an image and the uri correctly. The matter is in ...

How can I change the name of an image when inserting it to the Android gallery?

When I take a picture with Android's camera app, it is inserted in the gallery with a name identical to it's creation date/time, like "2010-02-04 16.36.15.jpg" In my app i take my own pics, and insert to the gallery them using android.provider.MediaStore.Images.Media.insertImage( ContentResolver cr, Bitmap source, String title, Strin...

recommendation for gallery script

hi all, i'm looking for a good/lightweight gallery script. jquery, plain javascript or flash. any ideas? it should be possible to display thumbnails and click for bigger view, but also possibility to click through a series of images (previous/next button) thanks ...

jquery image gallery that supports custom thumbnails (filmstrip)

I am looking for a jQuery image gallery plug-in that supports custom thumbnails (filmstrip). Do you know one? ...

GalleryView filmstrip pictures in panel

I am trying to add filmstrip to the picture gallery using GalleryView plug-in, version 2.0. I have a problem that the specified pictures in filmstrip (thumbnail pictures) are displayed in a panel instead of the specified picture in div (class="panel"). As is evident from examples and documentation, custom filmstrip can be added in the f...

iPhone Image Gallery Like App Store

Can anyone point me in the right direction on how to implement a image gallery like the one that the App Store uses for screen shots of apps? I am trying to get images in a horizontal gallery so that the user can flick through them. The app store nicely snaps to each image. ...

How do you embed a javascript image gallery to iphone webapp in dashcode?

I have several pictures i would like to display in a javascript image gallery for my iphone webapp. Any ideas or sample code will help alot. ...