jsanz / slideshow

using revealjs to present a set of iframes that rotate automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iFrame Slideshow

Create a set of slides that render iframes and loops over them automatically.

Call http://jsanz.github.io/slideshow/?cartodb=user/table where

  • user is your user name at CartoDB
  • table is a table on your CartoDB account, you can leave it blank if the table is named slideshow.

So you can load for example http://jsanz.github.io/slideshow/?cartodb=jsanz/slideshow

The table needs to have these fields:

  • url to be loaded
  • title for the slide
  • slide number to order the slide show

You can see an example table here, just upload it to your account and update it.

Things on the to-do list:

  • Allow customization of the slideshow (autoloop, theming, time between slides, etc)
  • I'll explore other options like passing a custom url or a CSV when I have more time.

Enjoy!
Jorge

About

using revealjs to present a set of iframes that rotate automatically


Languages

Language:CSS 49.5%Language:JavaScript 43.7%Language:HTML 6.8%