Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyRen committed Apr 29, 2014
1 parent bc01a53 commit fb949d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ Will generate the following HTML:
<img class="qiniu nofancybox custom_class1 custom_class2" src="http://git-repo.qiniudn.com/images/test.jpg-small">
```

here are some examples
```
{% qiniu-img test.jpg big custom_class1,custom_class2 %}
```
![](http://git-repo.qiniudn.com/images/test.jpg-big)

```
{% qiniu-img test.jpg small custom_class1,custom_class2 %}
```
![](http://git-repo.qiniudn.com/images/test.jpg-small)
##Examples
```
{% qiniu-img test.jpg big %}
```
![](http://git-repo.qiniudn.com/images/test.jpg-big)
```
{% qiniu-img test.jpg small %}
```
![](http://git-repo.qiniudn.com/images/test.jpg-small)


##TODO
Expand Down

0 comments on commit fb949d1

Please sign in to comment.