jekyll / jekyll-avatar

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

Class Names #11

Closed benwa closed 6 years ago

benwa commented 7 years ago

I'd prefer if avatar wasn't set by default, it's a bit generic and could be included in people's stylesheets for other uses.

I'd like to be able to set my own class to be added as well. For example, to set some of Bootstrap's styling classes to the outputted <img>.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zoras commented 6 years ago

@benbalter any chance this could be reopened? It would be great to pass custom classnames as variable.

XhmikosR commented 3 years ago

Agreed, this would be a much needed feature @benbalter :)

davegreenwp commented 1 year ago

The ability to pass in a string containing either custom classnames, or an empty string to prevent the class attribute from being returned at all would be great!