From 80d810abba2a970b0543c5b3adcd28a20a33352c Mon Sep 17 00:00:00 2001 From: Joel Kanzelmeyer Date: Tue, 14 Jul 2015 18:20:15 -0400 Subject: [PATCH] Another README tweak --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8d46967..1a19258 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ There are a number of options that be configured inline with attributes: ## Advanced Usage +The documentation above is sufficient for most use-cases; however, there are other options below for those that need more +advanced integration. + +### Playlist Capability + If instead of playing a single video, you need to play several videos in a playlist, you should use the playlist attribute instead of the videoId attribute. The playlist attribute accepts an array of video objects. Each video object must have a 'videoId' property at minimum. Other valid properties that it can have are 'start', 'end', 'mute', and 'mobileImage'. These