lib/onebox/engine/audioboom_onebox.rb in onebox-2.2.12 vs lib/onebox/engine/audioboom_onebox.rb in onebox-2.2.13
- old
+ new
@@ -11,16 +11,19 @@
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}>
+ <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