Skip to content

Commit

Permalink
restyle input_video_clip() R code
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 28, 2024
1 parent d50030b commit f77fdb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ input_video_clip(
library(shinymedia)
input_video_clip(
"clip1",
video_bits_per_second=256000,
audio_bits_per_second=64000,
style="width: 400px; max-width: 100%;",
"clip1",
video_bits_per_second = 256000,
audio_bits_per_second = 64000,
style = "width: 400px; max-width: 100%;",
)
```

Expand Down

0 comments on commit f77fdb7

Please sign in to comment.