Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rydgel committed Dec 7, 2013
1 parent f6d0241 commit fbe3b7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,16 @@ You can manually change the font size by passing in the URL `font_size=12`.

Just pass the `retina=1` in the URL. Your image will be 2 times bigger.

## Transparency

Colors support transparency (0 - 255) by putting the alpha value after the color
itself. Both colors are supported.

```html
<img src="http://fakeimg.pl/350x200/ff0000,128/000">
<img src="http://fakeimg.pl/350x200/ff0000,128/000,10">
```

## Set up your own instance

Prerequisites:
Expand Down

0 comments on commit fbe3b7b

Please sign in to comment.