Class: Twitter::Bootstrap::Components::V3::Thumbnail

Inherits:
Base
  • Object
show all
Defined in:
app/components/twitter/bootstrap/components/v3/thumbnail.rb

Constant Summary collapse

DEFAULT_IMAGE_SRC =
"https://placeholdit.imgix.net/~text?txtsize=16&txt=242x200&w=242&h=200".freeze
DEFAULT_CONTAINER_CLASSES =
"col-xs-6 col-md-3".freeze

Method Summary

Methods inherited from Base

#initialize, #perform

Constructor Details

This class inherits a constructor from Twitter::Bootstrap::Components::V3::Base