https://bugzilla.wikimedia.org/show_bug.cgi?id=28692

--- Comment #5 from Roan Kattouw <[email protected]> 2011-04-26 15:40:49 
UTC ---
(In reply to comment #4)
> There is a maximum result size configuration variable for the API, we can use
> that as a limit to the files that can be served. (sum of file size * base64
> magic factor < $wgAPIMaxResultSize)
IE8 has a maximum data URL length, so the ResourceLoader component that does
data URL embedding will skip images larger than 24K (the data URL length limit
is 32K). That could be a sane limit.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to