Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't display thumbnail when large number of pictures in the slideshow #45

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I've 255 pictures in my slideshow.
If I enable the thumbnail option, then the thumbnails don't display (I only
see a large cyan border when hovering or yellow when clicking (a rect of
20x20px)).  
Worst, after so time Firefox crashes.

What steps will reproduce the problem?
1. From the same template as the example page of thumbnails
2. Load a slideshow with many pictures (255)
3. Enable the thumbnail option
4. The thumbnail doesn't display, the browser crashes after some time.

What is the expected output? What do you see instead?
I guess the thumbnail pictures should be loaded / unloaded on the fly only
when visible (and not all of them, to limit the memory required).
They should display.

What version of the product are you using? 
Latest version from this website.
On what operating system and browser?
Windows XP and Firefox 3.0.1



Original issue reported on code.google.com by boite.po...@gmail.com on 18 Sep 2008 at 12:01

@GoogleCodeExporter
Copy link
Author

I guess you might try increasing the width of the following CSS rule:

.slideshow-thumbnails ul {
    ...
    width: 10000px;
}

However, the Slideshow rapidly losses it's usability with an excessive number 
of thumbnails - it makes it 
difficult to pan and find the slide you are interested in, plus adds a lot of 
overhead to the script. I would 
recommend running the slideshow without thumbnails, or breaking them up into 
smaller, grouped shows - 
accessible from an external menu - that loads each group into the Slideshow 
player as desired. Something like 
what's on the demo page.

Original comment by aeron.gl...@gmail.com on 21 Sep 2008 at 7:02

@GoogleCodeExporter
Copy link
Author

I am not able to duplicate this. Using an image array of 255 images, I only had 
to
increase the thumbnails list as mentioned above:   

.slideshow-thumbnails ul { width: 20000px; } 

Everything continued to work fine.

Original comment by aeron.gl...@gmail.com on 19 Oct 2008 at 11:29

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Why do we have to manually control the width of an element? The slideshow 
should figure it out by itself. There 
are multiple complaints for this bug and you keep pointing at manually setting 
the width.

And if one increases the width to a specific size, will the list resize if I 
only have 10 images?

Original comment by virid...@gmail.com on 8 May 2009 at 4:05

@GoogleCodeExporter
Copy link
Author

I guess the reason is, if the Slideshow were to figure it out by itself it 
would have
to assume a single row. There may be cases where the designer may want two or 
more
rows of thumbnails (or columns in the case of vertical thumbnails). That was the
reason why I did not originally calculate this value - to give more control to 
the
designers. I suppose I could assume the number of rows based on the height 
given to
the element in the stylesheet (or number of columns based on the width). I will 
look
into this.

Original comment by aeron.gl...@gmail.com on 8 May 2009 at 5:22

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

This has been fixed in SVN

Original comment by aeron.gl...@gmail.com on 9 May 2009 at 4:14

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant