Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyour committed Mar 3, 2013
1 parent e8281da commit c97ca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -50,7 +50,7 @@ p. You can also return just the Gravatar URL:

p. Useful when used in your inline CSS.

<pre><div class="gravatar" style="background:transparent url(<%= gravatar_image_url('spam@spam.com'.gsub('spam', 'mdeering')) %>) 0px 0px no-repeat"></div></pre>
<pre><div class="gravatar" style="background:transparent url(<%= gravatar_image_url('spam@spam.com'.gsub('spam', 'mdeering'), size: 100) %>) 0px 0px no-repeat; width:100px; height:100px;"></div></pre>

h2. Configuration

Expand Down

0 comments on commit c97ca2d

Please sign in to comment.