Sha256: cec74c5f9f06ae342fcad3f06b36b622e14560bfcac34e97eac561fc84f0bed8
Contents?: true
Size: 416 Bytes
Versions: 70
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module Onebox module Engine class FiveHundredPxOnebox include Engine include StandardEmbed matches_regexp(/^https?:\/\/500px\.com\/photo\/\d+\//) always_https def to_html og = get_opengraph "<img src='#{og.image}' width='#{og.image_width}' height='#{og.image_height}' class='onebox' #{og.title_attr}>" end end end end
Version data entries
70 entries across 70 versions & 1 rubygems