Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 21 Sep 2008 at 7:02

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 19 Oct 2008 at 11:29

  • Changed state: Invalid

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 8 May 2009 at 4:05

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
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 [email protected] on 8 May 2009 at 5:22

  • Changed state: Accepted

from slideshow.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This has been fixed in SVN

Original comment by [email protected] on 9 May 2009 at 4:14

  • Changed state: Fixed

from slideshow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.