From aa5f0e7f60b369a6423810bd76211a3c593dba61 Mon Sep 17 00:00:00 2001 From: minikin Date: Fri, 6 Dec 2024 13:48:01 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf0be37..665a7a0 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,15 @@ Use | to separate columns and --- to create headers: ``` • **controls**: Show player controls. + • **autoplay** (with muted): Play video automatically. + • **muted**: Video starts silent. + • **loop**: Replay automatically after ending. + • **poster**: Image displayed before playback. + • **preload** (auto/metadata/none): Hint on how much video to load initially. full example: @@ -158,10 +163,13 @@ full example: Description ``` -• **alt**: Alternate text for accessibility. -• **width** / height: Control display size in pixels. -• **title**: Tooltip text on hover. -• **loading** (lazy/eager): Control when the image loads. +• **alt**: Alternate text for accessibility. + +• **width** / height: Control display size in pixels. + +• **title**: Tooltip text on hover. + +• **loading** (lazy/eager): Control when the image loads. full example: @@ -173,4 +181,4 @@ full example: height="200" title="A peaceful mountain view" loading="lazy"> -``` +``` \ No newline at end of file