Created
May 11, 2011 16:32
-
-
Save fitoria/966814 to your computer and use it in GitHub Desktop.
Django magic embed sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% load magicembed %} | |
{{ video|magicembed:"640x480" }} => esto carga un video con la dimensiones 640x480 | |
<img src="{{ video|magicthumbnail }}" /> Esto carga el thumbnail del video. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment