mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Versionadded to {% video %}
This commit is contained in:
parent
40ec635e6e
commit
d4c222e606
1 changed files with 4 additions and 2 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Reference in a new issue