https://github.com/jsanz/slideshow
using revealjs to present a set of iframes that rotate automatically
https://github.com/jsanz/slideshow
Last synced: 7 months ago
JSON representation
using revealjs to present a set of iframes that rotate automatically
- Host: GitHub
- URL: https://github.com/jsanz/slideshow
- Owner: jsanz
- Created: 2015-09-15T14:10:25.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-04-09T14:46:54.000Z (about 8 years ago)
- Last Synced: 2025-01-12T08:34:49.658Z (over 1 year ago)
- Language: CSS
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://cartodb.com)
- `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](https://team.cartodb.com/u/jsanz/tables/slideshow/public), 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