Lasse Foo-Rafn
Lasse Foo-Rafn
Hi! Could be quite cool! Absolutely. Where are these avatars be displayed? Iām not much into Wordpress š¬ Cheers
Would you happen to have any idea how to modify profile pictures with code in Wordpress?
Great, seems pretty straightforward! I will setup a plugin very soon š I will be creating a tiny web API for this package first (it's ready, I just need to...
I've submitted a v0.5 for review at Wordpress š
This one will use the public api that I released recently, but I am already working on one that generates the avatars on-server. I just had some issues with generating...
Hi, thank you for this! I'll add this into it š would you care to do a PR? sorry for the late response
Hi apologies for the super late feedback! - I made a PR towards this branch in [yakatz/php-initial-avatar-generator](https://github.com/yakatz/php-initial-avatar-generator), just to fix the style thing. Will merge after. Thanks regardless!
Hi, I think that having a callback opacity 0 -> 1 would fix this. img { opacity: 0; transition: opacity .3s ease-in; } $("img").unveil(200, function() { $(this).load(function() { this.style.opacity =...
Any information?
I found a solution! Set image height and width () and you should be good :+1: