Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rasing 24K limit if lazy-loading? #29

Open
rodneyrehm opened this issue Oct 25, 2010 · 1 comment
Open

Rasing 24K limit if lazy-loading? #29

rodneyrehm opened this issue Oct 25, 2010 · 1 comment

Comments

@rodneyrehm
Copy link

Could the 24KB limit be raised if the page lazy-loads data-uris?

@Schepp
Copy link
Owner

Schepp commented Oct 25, 2010

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants