diff --git a/jquery.fullscreenslides.js b/jquery.fullscreenslides.js
index c73df5f..c2051ed 100644
--- a/jquery.fullscreenslides.js
+++ b/jquery.fullscreenslides.js
@@ -9,25 +9,39 @@
;
/*
* It assumes that your images are wrapped in links like this:
- *
- *
- *
+ *
+ *
+ * image or text
*
- *
- *
+ *
+ * image or text
*
- *
- *
+ *
+ * image or text
*
*
+ * You are free to place any images or text inside the links or hide them when you only want one start button
+ *
* You would then call it like this:
*
*
*
*
+
+
+
+
+
+
+
+
+
jQuery HTML5 Fullscreen Slideshow
+
+
This jQuery plugin lets you create fullscreen galleries where the slides are shown on the entire screen using the fullscreen APIs provided by Firefox 10+ and Chrome 15+ (and possibly Safari 5.1+).
+
In all other browsers it falls back to displaying the slideshow in the entire viewport.