Skip to content

Commit 9d9ca4f

Browse files
luizhf42gustavosbarreto
authored andcommitted
fix(ui): make Player resize both vertically and horizontally
1 parent bca9115 commit 9d9ca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/Sessions/Player.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const openDialog = () => {
166166
167167
const createPlayer = (startAt = 0) => {
168168
const playerOptions = {
169-
fit: "height",
169+
fit: "both",
170170
controls: false,
171171
...getSessionDimensions(),
172172
speed: currentSpeed.value,

0 commit comments

Comments
 (0)