Index: branches/resourceloader/phase3/includes/CSSMin.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * Maximum file size to still qualify for in-line embedding as a data-URI |
10 | 10 | * |
11 | 11 | * 24,576 is used because Internet Explorer has a 32,768 byte limit for data URIs, which when base64 encoded will |
12 | | - * result in a 1/4 increase in size. |
| 12 | + * result in a 1/3 increase in size. |
13 | 13 | */ |
14 | 14 | const EMBED_SIZE_LIMIT = 24576; |
15 | 15 | |