diff --git a/README.md b/README.md
index b1fee41..f0068f9 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,18 @@ Find out your latitude and longitude here:
showInlineIcons |
Whether to prefix wind and precipitation information with an icon. Only affects the tiled layout.
Type Boolean Defaults to true |
+
+ mainIconSize |
+ The current condition icon, overwriting the default CSS value. Use this instead of CSS to change the size of animated icons, as otherwise they will be pixalated.
Type Number Defaults to 100 |
+
+
+ forecastTiledIconSize |
+ The size of the forecast icons in the tiled layout. Use this instead of CSS to change the size of animated icons, as otherwise they will be pixalated. Only affects the tiled layout.
Type Number Defaults to 70 |
+
+
+ forecastTableIconSize |
+ The size of the forecast icons in the table layout. Use this instead of CSS to change the size of animated icons, as otherwise they will be pixalated. Only affects the table layout.
Type Number Defaults to 30 |
+
forecastLayout |
Can be set to tiled or table . How to display hourly and forecast information. See below for screenshot examples of each.
Type String Defaults to tiled |