diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6d99a64..8ed115e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,7 @@ Changelog
* Add audio HTML5 player
* Update Material theme
+ * Add youtube section
0.4 (2016-12-11)
diff --git a/docs/sections.rst b/docs/sections.rst
index 7491742..d319623 100644
--- a/docs/sections.rst
+++ b/docs/sections.rst
@@ -139,9 +139,7 @@ This section is for add audio file with HTML5 player.::
- type: audio
title: Title of song
- image:
- name: song.ogg
- type: audio
+ image: song.ogg
Author
@@ -157,6 +155,17 @@ This section is for describe the author of the story::
facebook: beudbeud (Optional)
website: plop.fr (Optional)
+Youtube
+-------
+
+This section make your embeds youtube video responsive::
+
+ - type: youtube
+ video_id: nshFXWEKxs4
+
+You can get the id from the url of the video https://www.youtube.com/watch?v=nshFXWEKxs4
+
+
Advanced options
________________
diff --git a/prosopopee/themes/exposure/templates/sections/youtube.html b/prosopopee/themes/exposure/templates/sections/youtube.html
index 72720da..ee39b1c 100644
--- a/prosopopee/themes/exposure/templates/sections/youtube.html
+++ b/prosopopee/themes/exposure/templates/sections/youtube.html
@@ -1,5 +1,5 @@