From d4c222e6060a454544b9e8df1f5bc2b2da93e2eb Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Fri, 24 Jan 2014 16:50:58 +0100 Subject: [PATCH] Versionadded to {% video %} --- docs/examples.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 3458f30..b0b7519 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -31,9 +31,11 @@ Embedding of video: Default sizes are ``tiny`` (420x315), ``small`` (480x360), ``medium`` (640x480), ``large`` (960x720) and ``huge`` (1280x960). You can set your own size: -:: +.. versionadded:: 0.7 - {% video my_video '800x600' %} + :: + + {% video my_video '800x600' %} .. tip::