covervid.jsを使ってvideoタグの動画(mp4、webm)を背景に表示する方法をご紹介します。 videoタグの動画(mp4、webm)を背景に表示するCSS記述 ※vieoタグを囲むエリア(.treewrap)のCSS記述です。必要に応じて変更して下さい。 <style> html, body { margin: 0; font-size: 16px; text-align: center; } .treewrap{ position: relative; min-width: 720px; } h1{ text-align: center; font-size: 40px; padding: 50px 0 0 0; position: absolute; width: 100%; color: #ffffff; } .content{ font-size: 40px; pa