Skip to content

Commit

Permalink
Merge pull request #17 from paulvi/patch-1
Browse files Browse the repository at this point in the history
colorize example
  • Loading branch information
yacomink committed Sep 14, 2015
2 parents 6e0f6aa + 1e91bf8 commit c629130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Of note to the developer, libjs.gif contains a class SuperGif, which can be used

### Example usage:

<img src="./example1_preview.gif" rel:animated_src="./example1.gif" width="360" height="360" rel:auto_play="1" rel:rubbable="1" />
```html
<img src="./example1_preview.gif" rel:animated_src="./example1.gif"
width="360" height="360" rel:auto_play="1" rel:rubbable="1" />

<script type="text/javascript">
$$('img').each(function (img_tag) {
Expand All @@ -34,6 +36,7 @@ Of note to the developer, libjs.gif contains a class SuperGif, which can be used
}
});
</script>
```

### Image tag attributes:

Expand Down

0 comments on commit c629130

Please sign in to comment.