CSS Background-Url Performance Issues (TIL)
We're currently building an Angular 4 + Cordova app for Android and iOS. One big feature is the photo upload, which takes multiple images, displays a preview and uploads it to the server. To have a nice tiled image grid each photo gets loaded as a background image, setting the background-size to cover. This does