Prince Yadav has Published 226 Articles

Detect Whether a Device is iOS or Not Using JavaScript

Prince Yadav

Prince Yadav

Updated on 18-May-2023 15:33:46

10K+ Views

JavaScript is a high-level, interpreted programming language that is widely used for developing dynamic and interactive web applications. Its versatility and ease of use have made it one of the most popular programming languages in the world. In this tutorial, we'll explore how to use JavaScript to detect whether a ... Read More

Setting Up Full Video Background using video.js

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:12:59

1K+ Views

Video.js is a powerful tool for working with video on the web, providing a common interface for different types of video players including HTML5, Flash, and others. It is designed to be easy to use and customize, with a wide range of options for controlling the look and feel of ... Read More

How to initially mute videos in the video.js player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:11:10

1K+ Views

In this tutorial, we're going to learn how to initially mute videos in the video.js player. For this tutorial, we're not going to make use of the standard HTML tags like 'muted' which are available for a video element, instead, we're going to use the method specific to video.js. ... Read More

Callback Functions for video.js Player

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:07:05

1K+ Views

In this tutorial, we'll learn about the various event listeners and how to use them with callback functions for a video.js player. Video.js is a popular, open-source library used for creating video players in browsers. Using video.js you can tweak every single part of a video player without much problems ... Read More

Video.js – Callback a Function in the Event that a Video is 50% Buffered

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:05:06

755 Views

In this tutorial, we will show how you can get the buffer percentage of a video in video.js and use a callback function when the video has buffered more than 50%. Video.js is a well-known online video player JavaScript toolkit that is used to create web browser video players for ... Read More

How to hide the seek bar in the video.js player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 14:35:48

3K+ Views

In this tutorial, we'll look at how to hide the seek bar or progress bar of a video player using video.js. Video.js lets you create video players for a video of video formats like mp4, WebM, and FLV and also for modern video playback formats like YouTube, Vimeo, Flash, etc. ... Read More

How to Play a Video from a Particular Time in video.js Player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 13:43:56

2K+ Views

In this tutorial, we’re going to learn how to play a video from a particular time in video.js Player. Video.js is a well-known and widely used open-source HTML5 video player. It enables you to develop a video player for a broad range of video formats, including traditional video formats like ... Read More

How to speed up/down the video in Video.js Player?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 14:02:19

860 Views

In this tutorial, we're going to learn how to speed up a video or speed down a video using video.js. Video.js is a widespread and open-source HTML5 video player framework. It allows video playback on a variety of platforms with varying screen sizes, such as desktop computers and mobile devices. ... Read More

Video.js Player Method / Options References

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:59:38

710 Views

In this tutorial, we’re going to go through some of the basic options references of video.js. Option References are like settings to control or modify the behavior of a video player. These options can be both − HTML5 options like autoplay, reload, etc., and video-js specific settings. We’re going to ... Read More

How to setup Video.js with JavaScript?

Prince Yadav

Prince Yadav

Updated on 04-Apr-2023 13:57:26

1K+ Views

In this tutorial, we're going to learn how to set up video.us using JavaScript. We'll also have a look at a few examples for better understanding. First of all, Video-js is a very popular and easy-to-use modern web video player that has been built up on HTML5 and it provides ... Read More

Advertisements