Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
doc: use https for Youtube
Browse files Browse the repository at this point in the history
Otherwise, recent versions of Chrome won't load the iframe.
  • Loading branch information
vincentbernat committed Sep 7, 2015
1 parent f559087 commit 56bc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here is a demonstration video:

.. raw:: html

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='http://www.youtube.com/embed/Vb4BvEzoYOU' frameborder='0' allowfullscreen></iframe></div>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/Vb4BvEzoYOU' frameborder='0' allowfullscreen></iframe></div>

To contribute, use `GitHub`_.

Expand Down

0 comments on commit 56bc514

Please sign in to comment.