Sha256: 5473ac63edd50cf66a0262a456205af8747b827bedc565a6d3e0777b2cb4d64c
Contents?: true
Size: 476 Bytes
Versions: 9
Compression:
Stored size: 476 Bytes
Contents
module Onebox module Engine class ReplitOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/repl\.it\/.+/) always_https def placeholder_html oembed = get_oembed <<-HTML <img src="#{oembed.thumbnail_url}" style="max-width: #{oembed.width}px; max-height: #{oembed.height}px;" #{oembed.title_attr}> HTML end def to_html get_oembed.html end end end end
Version data entries
9 entries across 9 versions & 1 rubygems