diff --git a/README.md b/README.md
index 8de4723..42a3ddc 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,29 @@ var dp = new DPlayer({
[Read the Docs](http://dplayer.js.org/docs)
+## FAQ
+
+Why can't some videos be full screen?
+
+If player is contained in a iframe, try adding the allowfullscreen attribute to the iframe.
+
+For full browser support it should look like this:
+
+```html
+
+```
+
+
+Why can't player autoplay in some mobile browsers?
+
+Most mobile browsers forbid video autoplay, you wont be able to achieve it without hacks.
+
+
## Join the Discussion
- [Telegram Group](https://t.me/adplayer)