jekyll / jekyll-avatar

A Jekyll plugin for rendering GitHub avatars
MIT License
89 stars 9 forks source link

Double the requested size to better support retina #3

Closed benbalter closed 8 years ago

benbalter commented 8 years ago

E.g., size in the URL should be double the displayed width/height.

aroben commented 8 years ago

If you want to save bandwidth for users on non-Retina displays, you can use <img srcset>.

parkr commented 8 years ago

@aroben Was just about to suggest srcset. Definitely recommend this.