Skip to content

Instantly share code, notes, and snippets.

View HideyukHira's full-sized avatar

toyboyninja HideyukHira

View GitHub Profile
@HideyukHira
HideyukHira / htmlvideoplayseamless.js
Created November 11, 2023 13:41
jQuery html video play seamless
$(document).ready(function () {
//設定部分 再生データの配列
var mp4Array = [
"http://techslides.com/demos/sample-videos/small.mp4",
"http://techslides.com/demos/sample-videos/small.mp4"
];
//設定 ラップするコンテナdivのid指定
var tgtDiv = '#VideoContainer';