We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04be3e commit 2e66962Copy full SHA for 2e66962
README.md
@@ -39,9 +39,9 @@ ionic plugin add cordova-plugin-camera-preview
39
Starts the camera preview instance.
40
<br/>
41
42
-When setting the toBack to TRUE, remember to add the style bellow on your app's HTML or body element:
+When setting the toBack to TRUE, remember to add the style below on your app's HTML or body element:
43
```css
44
-html, body{
+html, body {
45
background-color: transparent;
46
}
47
```
0 commit comments