Chris Coyier

Results 67 comments of Chris Coyier
trafficstars

I'm into it. Seems like a fantastic idea. I like blogging so [I blogged it](https://css-tricks.com/what-if-we-got-aspect-ratio-sized-images-by-doing-almost-nothing/).

- How do meters print without doing anything? badly? not at all? - Text seems fine? - Does the `` get display none? That's weird and should not happen. -...

This is what I think is the best way... ### 1. Folder full of SVG icons as the base. ![screen shot 2015-03-12 at 1 27 10 pm](https://cloud.githubusercontent.com/assets/69156/6625042/82c35fc2-c8bb-11e4-8ebd-b576f0191ec2.png) ### 2. A...

The issue with SVGInjector is that the markup you use is: ``` ``` Which means that the prefetcher will trigger HTTP requests for each of those images individually. 20 icons...

That looks better for sure. It kinda seems like it doesn't address spriting though (like making sure only 1 request is made for all icons). Maybe that's not a big...

Just kinda piggy backbacking here (not putting the vars while the GUI is hidden sounds smart) while I was looking at this... https://codepen.io/chriscoyier/pen/WNaeRMj That doesn't seem to load the GUI...