From 367ad7729a99e785c0f25d488ce77e85db9ca152 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 2 Mar 2023 23:07:54 -0800 Subject: [PATCH] Update youtube doc --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ce95be89..3fe94959 100644 --- a/README.md +++ b/README.md @@ -606,8 +606,6 @@ Parameters:
Optional. Position 0. String. Video ID.
-It has the parameters of the `paige/figure` shortcode. - See [Vimeo documentation](https://vimeo.zendesk.com/hc/en-us/articles/360001494447-Player-parameters-overview) for more detail. ### YouTube @@ -618,13 +616,13 @@ The `paige/youtube` shortcode provides a responsive YouTube video. {{< paige/youtube autoplay=false controls=true - end=20 + description="YouTube video" + end=0 fullscreen=true - list=PL2WkvfelorAFjpzGUWc4OWAWmiJpwL97L - loop=true - mute=true - start=10 - title="My title" + list="PL2WkvfelorAFjpzGUWc4OWAWmiJpwL97L" + loop=false + mute=false + start=0 video="dQw4w9WgXcQ" >}} ```