Sha256: 600c51253f618fa616addbcbba264314a6a91eac85cb4feaf6cf8e5b38cfd09d
Contents?: true
Size: 282 Bytes
Versions: 70
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Onebox module Engine module OpengraphImage 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