[FIX] embedded video in https
This commit is contained in:
parent
c1ad8dac42
commit
c717f6314d
@ -48,7 +48,7 @@ class IframeVideo(Directive):
|
|||||||
|
|
||||||
|
|
||||||
class Youtube(IframeVideo):
|
class Youtube(IframeVideo):
|
||||||
html = '<iframe src="http://www.youtube.com/embed/%(video_id)s" \
|
html = '<iframe src="https://www.youtube.com/embed/%(video_id)s" \
|
||||||
width="%(width)u" height="%(height)u" frameborder="0" \
|
width="%(width)u" height="%(height)u" frameborder="0" \
|
||||||
webkitAllowFullScreen mozallowfullscreen allowfullscreen \
|
webkitAllowFullScreen mozallowfullscreen allowfullscreen \
|
||||||
class="align-%(align)s"></iframe>'
|
class="align-%(align)s"></iframe>'
|
||||||
|
Loading…
Reference in New Issue
Block a user