CraftCMS fanboy, Laravel developer, Director @ LuckyTurn Media where I'm probably working on client strategy, or my lunch....ok yeah, probably my lunch...
@deanleigh "We've got a new marketing person and they've got lots of digital experience" is the phrase that sends chills down every web persons spine as they realise they're about to be asked "why doesn't the website run on Wordpress?" and "how can I add my own code?"
@thetafferboy Hey! I noticed in a tweet that you err, tweeted, that you use Revolut, and I was wondering if you use it personally or for the business too? I've been mulling over using it for business for a while but not convinced...yet.
@MrSimonBennett Is that worse than the same person launching their own bible and forcing a states schools to only be able to buy that and not any other? It's tough to be shocked at what this guy does anymore!
Just realised a similar bug affects lazy loading: https://t.co/Ykv0xtQcJ3
All in all:
- `loading` must come before `srcset` + `src`
- `sizes` must come before `srcset`
- `srcset` must come before `src` [^1]
These bugs affect imgs created with JavaScript (in our case via React).