Skip to content

Instantly share code, notes, and snippets.

@fitoria
Created May 11, 2011 16:32
Show Gist options
  • Save fitoria/966814 to your computer and use it in GitHub Desktop.
Save fitoria/966814 to your computer and use it in GitHub Desktop.
Django magic embed sample
{% 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