bugfix
This commit is contained in:
parent
b1f122e874
commit
a9cd6fd846
@ -18,13 +18,13 @@ bricks.UserInputView = class extends bricks.VBox {
|
|||||||
if (f.name.startsWith('video')){
|
if (f.name.startsWith('video')){
|
||||||
this.v_w = new bricks.VideoPlayer({
|
this.v_w = new bricks.VideoPlayer({
|
||||||
url:data[f.name],
|
url:data[f.name],
|
||||||
autoplay:true
|
autoplay:true,
|
||||||
width: '100%'
|
width: '100%'
|
||||||
});
|
});
|
||||||
} else if (f.name.startsWith('audio'){
|
} else if (f.name.startsWith('audio'){
|
||||||
this.a_w = new bricks.AudioPlayer({
|
this.a_w = new bricks.AudioPlayer({
|
||||||
url:data[f.name],
|
url:data[f.name],
|
||||||
autoplay:true
|
autoplay:true,
|
||||||
width: '100%'
|
width: '100%'
|
||||||
});
|
});
|
||||||
} else if (f.name.startsWidth('image'){
|
} else if (f.name.startsWidth('image'){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user