class OEmbed::Response::Photo
A Response used for representing static photos.
def html
def html "<img src='#{self.url}' alt='#{(self.respond_to?(:title) ? self.title : nil)}' />" end
def must_override
def must_override %w{ url width height } + super end