Skip to content

Commit 44306b6

Browse files
authored
Apply suggestion from @Juice10
1 parent 3262124 commit 44306b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/rrvideo/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ function getHtml(events: Array<eventWithTime>, config?: RRvideoConfig): string {
6161
window.replayer = new rrwebPlayer({
6262
target: document.body,
6363
props: {
64-
width: userConfig.width,
65-
height: userConfig.height,
6664
...userConfig,
6765
events,
6866
showController: false,

0 commit comments

Comments
 (0)