| 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 fcccef4be2f1e9a19ed6c5dc48595600ce6a4a32..70151696f549fbd087774808097f82d1e88f5dc4 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/content_scripts.html
|
| @@ -458,9 +458,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,
|
| @@ -468,6 +468,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>
|
|
|