Lasse Foo-Rafn

Results 48 comments of 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 =...

I found a solution! Set image height and width () and you should be good :+1: