Quiz Question 1 of 3
Why shouldn't all images be combined into a single sprite map? Why only small images?
Choose the correct answer below:
-
A
Browsers cannot display large images, so multiple sprite maps must be used to include all images.
-
B
When images are too small, it can cause problems with memory allocation in the browser.
-
C
Large images would make the sprite map too large and introduce bad image caching when users download content they won't ever see.