From c21e3b00142ad3f073e538c948399e05ca4ce55c Mon Sep 17 00:00:00 2001 From: Ever Enrique Castellon Mazariego Date: Tue, 7 Feb 2023 10:02:57 +0000 Subject: [PATCH] More detailed explanation of the examples. --- peertube-plugin-video-annotation/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/peertube-plugin-video-annotation/README.md b/peertube-plugin-video-annotation/README.md index c7277e0..b5a74fa 100644 --- a/peertube-plugin-video-annotation/README.md +++ b/peertube-plugin-video-annotation/README.md @@ -22,14 +22,21 @@ HTML For example: +#In the first example, The text will be hidden after 4 seconds. +#In the second example, The text will be displayed at second 5 and will be hidden at second 10. +#In the third example, In the third example, the text will be displayed at second 12 but will not be hidden, also the text will be located at the top left of the video.. + ``` --> 4 Hello, how are you? + 5-->10 See this document for more information + 12--> options: align=top-left This annotation will be at the top-left of the player + ```