Cambelt - new image placeholder service

In the mold of Placehold.it, Cambelt is an image placeholder service. In addition to size and color options, Cambelt supports custom fonts, icons, as well as HTTPS support.

Cambelt

There's a Ruby helper that gives you some view helpers and lets you set some site-wide defaults:

Cambelt.configure do |config|
  width = 640
  height = 360
  font = "Questrial"
  font_size = 48
  text = "Sample Text"
  bg_color = "#cccccc"
  fg_color = "#333333"
end
Wynn Netherland

Wynn Netherland is a full stack web creative who lives in Texas. When he isn't trying to change the world at Pure Charity, he geeks out on The Changelog, writes about Sass, and occasionally speaks at conferences and meetups.

You can follow him on Twitter or GitHub.