= codeBlender "gravatar", "social/gravatar", { email: "[email protected]" }
<figure class='image' itemprop='image' itemscope itemtype='http://schema.org/ImageObject'>
<img src="https://www.gravatar.com/avatar/ce34d527f3dfa7d9f63fa5893078203f.jpg?s=80&r=pg" alt="Image" class="image__img" itemprop="contentUrl" />
</figure>
= codeBlender "gravatar", "social/gravatar", { email: "[email protected]", size: "200" }
<figure class='image' itemprop='image' itemscope itemtype='http://schema.org/ImageObject'>
<img src="https://www.gravatar.com/avatar/302b653accce38918fa61de8486f9549.jpg?s=200&r=pg" alt="Image" class="image__img" itemprop="contentUrl" />
</figure>
Title | URL |
---|---|
Image request | http://en.gravatar.com/site/implement/images/ |
Task | Date |
---|---|
Need to pass through the image options for the avatar | |
Should have the option for HTTPs | |
Check whether type=thumbnail works | |
Include gravatar links and docs | |
Configure the workaround for default image | |
Use code partial on docs page |