| Index: chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/content_scripts.html b/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| index 1b8666137342e3349da6cf879f88425eab31d1cc..eca015edee7e9ed576ef9c6f1aef0da8026f70f7 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| @@ -460,9 +460,9 @@ The following videos discuss concepts that are important for content scripts.
|
| The first video describes content scripts and isolated worlds.
|
| </p>
|
|
|
| -<p>
|
| -<iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/laLudeUmXHM?rel=0" frameborder="0" allowfullscreen></iframe>
|
| -</p>
|
| +<div class="video-container">
|
| + <iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/laLudeUmXHM?rel=0" frameborder="0" allowfullscreen></iframe>
|
| +</div>
|
|
|
| <p>
|
| The next video describes message passing,
|
| @@ -470,6 +470,6 @@ featuring an example of a content script
|
| sending a request to its parent extension.
|
| </p>
|
|
|
| -<p>
|
| -<iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/B4M_a7xejYI?rel=0" frameborder="0" allowfullscreen></iframe>
|
| -</p>
|
| +<div class="video-container">
|
| + <iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/B4M_a7xejYI?rel=0" frameborder="0" allowfullscreen></iframe>
|
| +</div>
|
|
|