Skip to content

Commit 0bfa4f5

Browse files
committed
chore: updates
1 parent 28f5baf commit 0bfa4f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/src/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<br>
1010
<lottie-vue-player :src="`https://assets10.lottiefiles.com/packages/lf20_tzjfwgud.json`"
1111
:theme="options.theme"
12-
:player-size="options.playerSize" style="width: 100%; height:500px"
13-
:player-controls="true"></lottie-vue-player>
12+
:player-size="options.playerSize"
13+
:player-controls="true"
14+
style="width: 100%; height:400px"></lottie-vue-player>
1415
</div>
1516
</template>
1617

0 commit comments

Comments
 (0)