Method: Onebox::Engine::KalturaOnebox#preview_html
- Defined in:
- lib/onebox/engine/kaltura_onebox.rb
#preview_html ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/onebox/engine/kaltura_onebox.rb', line 13 def preview_html og = get_opengraph " <img src=\"\#{og.image_secure_url}\" width=\"\#{og.video_width}\" height=\"\#{og.video_height}\">\n HTML\nend\n" |