I have about 60 photograph thumbnails I'm trying to load into one sprite. Each image is 176px x 100px.
Am I better off in terms of file size and browser rendering optimization making it 10560px x 100px? 176px x 6000px? or something like 1232px x 900px?
I prefer 10560px x 100px but I'm wondering if browsers will have issues working with images so wide.