AlpVir
Posts: 28
Joined: Tue Apr 29, 2008 12:19 pm

1000 or 2000 images in a single gallery

How to organize a gallery of 1000 or 2000 images?
Point out that:
- There is not a miniature version of these images
- You have to see only one image at a time, switching between them by the usual arrows
- There is a database in which you can sort the images by date

A possible solution to quickly jump from image N. 138 to image N. 450 (for example) would be to display EVEN a small scale in which the left edge is the image n. 1 and the right edge of the last image. Clicking in a certain position of this scale would lead to approximately a certain specific image.

At the link http://www.sonoqui.info/temp/gallery2000.jpg there screeshot one example of a truly functioning (made ​​by me in ASP 3.0 and Javascript), but it is not satisfactory from the aesthetic point of view.
Someone can suggest something better ?
Thanks in advance.
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: 1000 or 2000 images in a single gallery

I advice to familiar with the examples on the website http://www.roadrash.no/ and find which is the closest you.
Sebastian Bochan
Highcharts Developer
AlpVir
Posts: 28
Joined: Tue Apr 29, 2008 12:19 pm

Re: 1000 or 2000 images in a single gallery

I've looked but have not found anything like this.
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: 1000 or 2000 images in a single gallery

http://www.roadrash.no/hs-support/3gall ... above.html seems the most similiar with your mockup. But sorting images, cannot be done in the highslide (this plugin only display what is in html).
Sebastian Bochan
Highcharts Developer
AlpVir
Posts: 28
Joined: Tue Apr 29, 2008 12:19 pm

Re: 1000 or 2000 images in a single gallery

I do not think that the example I make my case. Also in the example, there are thumbnails missing in my case.

My problem is reduced (perhaps) to display a gallery with only 3 images: the previous, the current and the next (M, N, O).
Clicking the right arrow will show another gallery "Alpha" with 3 other images (N, O, P).
Clicking the left arrow will show another gallery "Beta" with 3 other images (L, M, N).
Moreover, one must manage the scale (a simil-ImageMap), but here a bit of Javascript code should be able to do everything.
You have to "catch" the event "RightArrow_Click" and "LeftArrow_click" to load the gallery "Alpha" or gallery, "Beta".
It is not easy but the problem is addictive ...
Nobody has ever attempted something like this?
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: 1000 or 2000 images in a single gallery

Unforutnaelty this kind of gallery is not supported.
Sebastian Bochan
Highcharts Developer

Return to “Highslide JS Usage”