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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: