wearethoughtfox / amnesty-facebook

0 stars 0 forks source link

PERF: possibly include background image inline #40

Closed pauldwaite closed 7 years ago

pauldwaite commented 7 years ago

This might not cost too much bandwidth, and would avoid an extra HTTP request.

robertocarroll commented 7 years ago

I'm not clear exactly what this means. At the moment it's:

<div class="vh-100 dt w-100 tc bg-dark-gray white cover" id="main" style="background:url(images/464656512.jpg) no-repeat center;">

What would inline be? Also the image changes with the language, so I'm not sure if that makes any difference?

robertocarroll commented 7 years ago

including it as a data-url, rather than a file.

But not possible in current set-up.