CSS Spriting can really help performance, but it's not the easiest thing to read and maintain. Are there any tools that would let me code the images individually but aggregate them up and replace the HTML with the correct subset of the montage?
I'm specifically thinking a Ruby on Rails plugin, but if there's a package for another language, I'd be happy to port it.
Image sprites are used in numerous web apps where multiple images are used.
CSS Sprites are a collection of images that are combined into a single file that an HTML document can access. These images are then called into use within the HTML code to be displayed on the website.
SmartSprites
Try it.
I haven't tried it, but image_bundle appears to be what you want:
http://github.com/bartt/image_bundle/tree/master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With