Skip to content

Commit 6198007

Browse files
author
Axel Prola
committed
Feature : Add config to set the filmstrip background opaque
1 parent e95e830 commit 6198007

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/dev-guide/configuration.md

+13
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,19 @@ filmstrip: {
915915
}
916916
```
917917

918+
### filmstripBackgroundOpaque
919+
920+
type: `Boolean`
921+
922+
Default: **unset**
923+
924+
If true force the filmstrip container background to have an opacity of 1
925+
926+
```javascript
927+
filmstripBackgroundOpaque: true
928+
```
929+
930+
918931
## Face Landmarks
919932

920933
### faceLandmarks

0 commit comments

Comments
 (0)