html

html


<head>

 <link href="https://vjs.zencdn.net/7.11.4/video-js.css" rel="stylesheet" />


 <!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->

 <!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> -->

</head>


<body><center>

 <video

  id="my-video"

  class="video-js"

  controls

  preload="auto"

  width=345%

  height=200%

  poster="MY_VIDEO_POSTER.jpg"

  data-setup="{}"

 >

  <source src="https://skcteduin-my.sharepoint.com/:v:/g/personal/17tucs146_skct_edu_in/EWEF37kfROpFtgjP6FoDIZkBjEyv8B3WkJHlNsdkKsjzuw?download=1" type="video/mp4" size="576">


<source src="https://skcteduin-my.sharepoint.com/:v:/g/personal/17tucs146_skct_edu_in/EWEF37kfROpFtgjP6FoDIZkBjEyv8B3WkJHlNsdkKsjzuw?download=1" type="video/mp4" size="1080">

   

  <p class="vjs-no-js">

   To view this video please enable JavaScript, and consider upgrading to a

   web browser that

   <a href="https://videojs.com/html5-video-support/" target="_blank"

    >supports HTML5 video</a

   >

  </p>

 </video>


 <script src="https://vjs.zencdn.net/7.11.4/video.min.js"></script></center>

</body>


Report Page