Just been looking at the bbc's beta homepage http://beta.bbc.co.uk/ and thought the panorama looked decent.

It'd make an interesting home page for a video site.

Has anyone seen something similar (open source) and preferably built with jQuery?

If not, any pointers on how best to achieve this without loading all the images at once (to reduce load time) but then load them once rendered so that the slide left or right works without delay...?

link|improve this question

You do realize bbc.co.uk already looks like that (ie. it has came out of the 'beta') – Yi Jiang Sep 25 '11 at 10:02
They may still only be showing it to some users because I still see the old homepage. – zcourts Sep 25 '11 at 21:28
feedback

1 Answer

up vote 2 down vote accepted

It's called carousel - there are million implementations out there for it. Just google for jquery carousel:

http://sorgalla.com/projects/jcarousel/examples/static_circular.html

http://www.pixelzdesign.com/blog_view.php?id=55

http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm

And so on...

link|improve this answer
Thanks, hadn't realized – zcourts Sep 25 '11 at 21:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.