File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ Django Magic Embed
44What is it?
55------------
66
7- Magic Embed are an easy and simple template tags and tools to embed video and get thumbnails from them.
7+ Magic Embed is an easy and simple Django template tag and tool to embed
8+ video
9+ and get thumbnails from video providers.
810
911Screenshots
1012--------------
@@ -34,15 +36,17 @@ How to use
3436---------------
3537
3638First add this in the template to load the template tags
39+
3740<code >{% load magicembed_tags %}</code >
3841
39- Now if you need a embed video add this
42+ Now if you need to embed a video, add this template tag to video url
43+ field
4044
4145<code >{{ video|magicembed:"width x height" }}</code >
4246
4347Or to get a thumbnail url
4448
45- {{ video|magicthumbnail }}
49+ < code > {{ video|magicthumbnail }}</ code >
4650
4751How to contrib
4852----------------
You can’t perform that action at this time.
0 commit comments