有的视频是竖屏视频,点击全屏后被旋转了,这样很不好,如果设置direction=0固定了方向又不灵活,比如横向视频不旋转了,请问video组件能在切换的时候自动根据视频横竖决定是否旋转吗?
- 发布:2021-10-15 15:34
- 更新:2021-10-18 19:12
- 阅读:919
给个demo吧。
-
宇洋科技 (作者)
<template>
<view>
<view :style="{'height': statusBarHeight + 'px', 'backgroundColor': '#000'}"></view>
<video :src="http://1304532961.vod2.myqcloud.com/c368d644vodcq1304532961/b8413fb83701925920096761000/f0.mp4" style="width: 750rpx; height:334px;" :autoplay="true" object-fit="contain"
controls="true" show-play-btn="true" show-loading="true" show-center-play-btn="true" enable-progress-gesture="true"
show-fullscreen-btn="true">
</video>
<view>
<template>2021-10-19 15:39
宇洋科技 (作者)
并不会,你可以试试
<template>
<view>
<view :style="{'height': statusBarHeight + 'px', 'backgroundColor': '#000'}"></view>
<video :src="http://1304532961.vod2.myqclou ... ot%3B style="width: 750rpx; height:334px;" :autoplay="true" object-fit="contain"
controls="true" show-play-btn="true" show-loading="true" show-center-play-btn="true" enable-progress-gesture="true"
show-fullscreen-btn="true">
</video>
<view>
<template>
2021-10-19 15:40