lib/onebox/mixins/twitch_onebox.rb in onebox-1.8.93 vs lib/onebox/mixins/twitch_onebox.rb in onebox-1.8.94
- old
+ new
@@ -18,10 +18,10 @@
def base_url
"player.twitch.tv/?"
end
def placeholder_html
- "<span class='onebox-video-placeholder'></span>"
+ "<div class='onebox-video-placeholder'><span class='video-placeholder-icon'></span></div>"
end
def to_html
"<iframe src=\"//#{base_url}#{query_params}&autoplay=false\" width=\"620\" height=\"378\" frameborder=\"0\" style=\"overflow: hidden;\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"></iframe>"
end