简体   繁体   中英

Volume Slider Issue (HTML5 video)

Volume Slider is not showing on Chrome, there's only mute and unmute option. It's working on other browsers.

My code:

 <video id="videoPlayer" class="video-js vjs-default-skin vjs-fluid vjs-big-play-centered" controlsList="nodownload" controls preload="none" width="640" height="264" data-setup="{}"> @* <source src="@Model.VideoLink" type="video/mp4">*@ @*Testing Video*@ <source src="clips.vorwaerts-gmbh.de/VfE_html5.mp4"; data-value="dgdfdf" type='video/mp4' /> <p> Your browser doesn't support HTML5 video. </p> </video> 

Did you try adding controls

<video  src='https://www.w3schools.com/tags/mov_bbb.mp4' controls>
</video>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM