We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d361ac5 + 3574153 commit aef6a95Copy full SHA for aef6a95
1 file changed
magicembed/providers.py
@@ -48,7 +48,7 @@ def __init__(self, url, size=(640, 480)):
48
self.api_url = 'http://vimeo.com/api/v2/video/%s.json' % self.video_id
49
50
def render_video(self):
51
- html = '''<iframe src="http://player.vimeo.com/video/%s" width="%d" height="%d" frameborder="0"></iframe><p><a href="http://vimeo.com/%s">Das Pop: The Game</a> from <a href="http://vimeo.com/bigactive">Big Active</a> on <a href="http://vimeo.com">Vimeo</a>.</p>''' # noqa
+ html = '''<iframe title="Vimeo video player" width="%d" height="%d" src="http://player.vimeo.com/video/%s" frameborder="0" allowfullscreen></iframe>''' # noqa
52
return html % (self.video_id, self.size[0],
53
self.size[1], self.video_id)
54
0 commit comments