Question

After working with the Picture Library Slideshow Web Part for a while, I'm unhappy with it's display. On a blank wiki page, it looks fine, but when you start adding other web parts on the page, it just doesn't display well. I see a lot of unnecessary whitespace above and below and the scroll buttons are "below the fold."

The javascript examples I see on the web are 2007 solutions that seem to rely on changing SharePoitn 2007 specific mark up.

Do you have a great example of a Javascript Slideshow web part for SharePoint 2010? I'm not interested in Silverlight because my consumers don't all have it.

Was it helpful?

Solution

JavaScript/jQuery is today the standard way to build slideshows. I agree with AlexSSE that Nivo Slider is a great choice, but there are tons of others - and new ones popping up every month.

If you have an example for SharePoint 2007, it shouldn't be too hard to adapt it to SharePoint 2010. For example, if it is based on Web services or RSS, it'll work the same on both platforms.

OTHER TIPS

Here is an article I wrote for nothingbutsharepoint.com on creating your own content slider. It's based off an announcements list, but the library handling the rotation works for images too. Something similar could be constructed, and it works on both 2007 and 2010, not being reliant on the SharePoint DOM.

I'm sure the crux of the issue is the nonstandard file sizes of the pictures and not entirely a SharePoint slide show issue, generally speaking.

Have you considered using different jQuery plugins? Take a look at Nivo Slider

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top