Remove 'type' attribute from community embed

pull/1042/head
Omar Roth 5 years ago
parent f065ae54d5
commit fea6b67067
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -347,7 +347,7 @@ def template_youtube_comments(comments, locale, thin_mode)
END_HTML
else
html << <<-END_HTML
<iframe id='ivplayer' type='text/html' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}?autoplay=0' style='border:none;'></iframe>
<iframe id='ivplayer' style='position:absolute;width:100%;height:100%;left:0;top:0' src='/embed/#{attachment["videoId"]?}?autoplay=0' style='border:none;'></iframe>
END_HTML
end

Loading…
Cancel
Save