Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
This is a good lib, thanks alot for your work.
I added functionality for vimeo. The 3 main edits are:
I've also included a start_webrick.rb which starts a local server at the location of the files. The local server part is required to interact with the VIMEO api. See the readme for more info.
The demo.html is setup to set test the slides.
The data structure adds a 'type' var, but it defaults to type image if none is entered.
My skin needs are different than the one default theme in demo, so i haven't tried to fix it up. Currently the Vimeo controls are hidden by the progress bar. However you can right click to bring up a menu for VIMEO.
The new structure should make adding new types of slides in the future simple to implement.
If theres any thing else I can do to help you out to get this functionality added please tell me.
thanks again,
Kris