diff --git a/README.md b/README.md
index 16d43ac..b80088f 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +101,16 @@ ReactDOM.render(
, el);
```
+**Tip:** The placeholder will have a slightly different height/width-ratio due to the reduced resolution.
+Background size *'100% 100%'* will scale it to the height and width of the original image provided to the attributes `height` and `width` of the `div` element.
+The background size *'cover'* would show a slightly enlarged and cropped placeholder that would show a little bit more flicker once the original image is loaded by the `img` element.
### Options