Skip to content

Instantly share code, notes, and snippets.

@lajlev
Last active December 14, 2015 20:08
Show Gist options
  • Save lajlev/5141282 to your computer and use it in GitHub Desktop.
Save lajlev/5141282 to your computer and use it in GitHub Desktop.
Holder.js helper for middleman. Holder.js works offline.
# Require holder.js https://github.com/imsky/holder
def holder(width, height)
color = ("%06x" % rand(0..0xffffff))
return '<img data-src="holder.js/' + width.to_s + 'x' + height.to_s + '/auto/#' + color.to_s + ':#' + color.to_s + '">'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment