Sha256: 55b2bfc16d272363cab9407022e6abd099e967ba5664d91ce25ae1974405c199
Contents?: true
Size: 473 Bytes
Versions: 11
Compression:
Stored size: 473 Bytes
Contents
module Onebox module Engine class VimeoOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/(www\.)?vimeo\.com\/\d+$/) always_https def placeholder_html oembed = get_oembed "<img src='#{oembed[:thumbnail_url]}' width='#{oembed[:thumbnail_width]}' height='#{oembed[:thumbnail_height]}' #{Helpers.title_attr(oembed)}>" end def to_html get_oembed[:html] end end end end
Version data entries
11 entries across 11 versions & 1 rubygems