From 2254c121310e1f2871bb992f666ad96a0b2a452e Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:19:57 +0100 Subject: [PATCH] fix docs --- site/content/docs/03-template-syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 7aee0bfe36..f0bbf67dea 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -757,14 +757,14 @@ Videos additionally have readonly `videoWidth` and `videoHeight` bindings. Image elements (``) have two readonly bindings: -* `naturalWidth` (readonly) — the original width of the image -* `naturalHeight` (readonly) — the original height of the image +* `naturalWidth` (readonly) — the original width of the image, available after the image has loaded +* `naturalHeight` (readonly) — the original height of the image, available after the image has loaded ```sv +> ``` ##### Block-level element bindings