-1

This is my code which included in page. The video is not playing in safari

<div class="banner-video" style="width: 100%; height: 100%;"></div>
<script>
   $('.banner-video').vide('videos/banner-video', {
     posterType:"jpg",
     loop: true,
     autoplay: true
   });
</script>
user7393779
  • 73
  • 1
  • 12

1 Answers1

0

It is working. I changed the video format.Now its working in all browser

user7393779
  • 73
  • 1
  • 12