For those using Bootstrap, note that the preview won't work correctly until you disable bootstrap's default CSS of img { max-width: 100% } by specifying img { max-width: none ).
See here. https://github.com/twitter/bootstrap/issues/1649
Hey all, like @Mark says above, be sure to use reputation_value_for.
Also, the reputation system requires different names for all types of reputations (ie. users and haikus can't share the same reputation name), so the code from the example would be more like:
For those using Bootstrap, note that the preview won't work correctly until you disable bootstrap's default CSS of
img { max-width: 100% }
by specifyingimg { max-width: none )
.See here.
https://github.com/twitter/bootstrap/issues/1649
Hey all, like @Mark says above, be sure to use
reputation_value_for
.Also, the reputation system requires different names for all types of reputations (ie. users and haikus can't share the same reputation name), so the code from the example would be more like: