<%= stylesheet_link_tag "auto_sprite" %>
<%= image_tag ‘sprites/logo.png’ %>
<%= image_tag
‘sprites/icon1.jpg’ %>
On Jan 10, 10:59 pm, Stephen <sblackst...@gmail.com> wrote:
> Hi all,
>
> Just want to announce my auto_sprite gem which some of you may find handy..
> It makes using CSS sprites painless. As a bonus - should you remove it some
> day, it doesn't break you app, it just reverts to <img> tags..
>
> Full docs are athttp://fargle.org/auto_sprite
>
> In a pinch:
>
> 1. Include the stylesheet in your layout:
>
> <%= stylesheet_link_tag "auto_sprite" %>
>
> 2. Create a directory called sprites in your images directory (e.g.
> RAILS_ROOT/public/images/sprites)
> 3. Put the images you want to link to in your public/images/sprites
> directory.
> 4. Use your images like you normally would:
>
> <%= image_tag ‘sprites/logo.png’ %>
> <%= image_tag ‘sprites/icon1.jpg’ %>
> 5. Reload you application and enjoy your now faster website.
>
> Enjoy!
> Stephen
Not yet, but I'll have to try. This looks very interesting!
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.