Skip to content

Commit

Permalink
Merge pull request #121 from jitinl/fix-camera-aspect-ratio
Browse files Browse the repository at this point in the history
Fix issue with handling multiple camera aspect ratios
  • Loading branch information
auduno authored Jul 28, 2017
2 parents 366a16c + 4c56bbb commit 3269a5c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
6 changes: 2 additions & 4 deletions examples/caricature.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#videoel {
Expand All @@ -34,8 +33,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#container {
Expand Down
6 changes: 2 additions & 4 deletions examples/clm_emotiondetection.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#videoel {
Expand All @@ -35,8 +34,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#container {
Expand Down
4 changes: 0 additions & 4 deletions examples/clm_genderdetection.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;
}

#videoel {
Expand All @@ -35,8 +33,6 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;
}

#container {
Expand Down
6 changes: 2 additions & 4 deletions examples/facedeform.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#videoel {
Expand All @@ -34,8 +33,7 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;

}

#container {
Expand Down
4 changes: 0 additions & 4 deletions examples/facesubstitution.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;
}

#videoel {
Expand All @@ -34,8 +32,6 @@
-ms-filter : fliph; /*IE*/
filter : fliph; /*IE*/

width : 600px;
height : 450px;
}

#container {
Expand Down

0 comments on commit 3269a5c

Please sign in to comment.