From b468dad66f8267c6121195a92f077e4ea792dab3 Mon Sep 17 00:00:00 2001 From: Emil Date: Thu, 29 May 2014 09:58:46 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2513d0d..d15353a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ $(function() { ], cssPosition: 'absolute', // static|absolute|fixed alignment: 'top left', // top left|top right|bottom left|bottom right - hideBodyScrollbars: true + hideBodyScrollbars: true, // set body to overflow:hidden + resizeWithWindow: true // resize video on window.resize }, { autoplay: 'autoplay', controls: false, // default: 'controls'