Skip to content

Commit f016364

Browse files
committed
same errors
1 parent a48b861 commit f016364

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Django Magic Embed
44
What 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

911
Screenshots
1012
--------------
@@ -34,15 +36,17 @@ How to use
3436
---------------
3537

3638
First 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

4347
Or to get a thumbnail url
4448

45-
{{ video|magicthumbnail }}
49+
<code>{{ video|magicthumbnail }}</code>
4650

4751
How to contrib
4852
----------------

0 commit comments

Comments
 (0)