You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the moment 24K will stay the maximum, as IE8 showed to only support this maximum size for data URIs (even if officially 32K are listed). And it also makes sense not to dataURIfy larger files as the CSS becomes unbearably large.
What I will do is shift all background-image-declarations into the lazy loaded file so that large normally declared images do not block the page either. But that is still a moment away currently (quite complex).
Could the 24KB limit be raised if the page lazy-loads data-uris?
The text was updated successfully, but these errors were encountered: