[FIX] embedded video in https for vimeo

This commit is contained in:
Martin Trigaux 2015-12-03 15:49:40 +01:00
parent c717f6314d
commit 4993bf959c

View File

@ -55,7 +55,7 @@ class Youtube(IframeVideo):
class Vimeo(IframeVideo):
html = '<iframe src="http://player.vimeo.com/video/%(video_id)s" \
html = '<iframe src="https://player.vimeo.com/video/%(video_id)s" \
width="%(width)u" height="%(height)u" frameborder="0" \
webkitAllowFullScreen mozallowfullscreen allowFullScreen \
class="align-%(align)s"></iframe>'