How does an OS pick up the correct ico/favicon size?
问题 Based on this stackoverflow discussion, one can provide various sizes in a single file and the " OS will pick the best one to show." How does this work? Do we assign several of them where one declaration fallsback on the other? 回答1: For desktop browsers, you are supposed to have a favicon.ico file and several PNG icons. favicon.ico should contain three pictures: 16x16, 32x32 and 48x48. There can be several PNG icons, depending of the platforms to support: 16x16 and 32x32 for desktop browsers,