Skip to content

Commit 5d3450c

Browse files
committed
8/4 row layout, stream in v-responsive image
1 parent 069794b commit 5d3450c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Control.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<div>
2929
<v-container grid-list-md text-xs-center>
3030
<v-layout row wrap>
31-
<v-flex xs12 lg6>
32-
<img :src="webcamStream"/>
31+
<v-flex xs12 lg8>
32+
<v-img :src="webcamStream"/>
3333
</v-flex>
34-
<v-flex xs12 lg6>
34+
<v-flex xs12 lg4>
3535
<br>
3636
<v-layout row wrap>
3737
<v-flex xs12 sm12>

0 commit comments

Comments
 (0)