You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
I had to move this library out from bower to libs folder for this simple task. But I'm sure I'm missing out something! Any help would be appreciated. Thanks in advance.
Hello. I'd like to use gravatar images as background. Is there any way to do this currently? I've replaced this line (line no 423):
element.attr('src', gravatarService.url(newVal, opts));with this:
element.css({'background-image': gravatarService.url(newVal, opts)});I had to move this library out from bower to libs folder for this simple task. But I'm sure I'm missing out something! Any help would be appreciated. Thanks in advance.