[FIX] embedded video in https for vimeo
This commit is contained in:
parent
c717f6314d
commit
4993bf959c
@ -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>'
|
||||
|
Loading…
Reference in New Issue
Block a user