Default

Image
= 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&amp;r=pg" alt="Image" class="image__img" itemprop="contentUrl" />
</figure>



Size

Image
= 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&amp;r=pg" alt="Image" class="image__img" itemprop="contentUrl" />
</figure>



Resources Useful websites and tutorials

Tasks

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