0
只是想知道我怎麼能得到文字盈這段視頻中,看到它的一個名爲Squiddinc的事情,我想巨大的文字說了, 以下是我迄今所做HTML所需援助
<html>
<head>
<title>OFFICIAL SQUIDDINC</title>
</head>
<style>
video{
min-width:100%;
min-height:100%;
}
</style>
<body>
<audio autoplay loop>
<source src="./bgmusic.mp3">
</audio>
<video autoplay loop>
<source src="./bg.mp4" type="video/mp4">
</video>
<html>
http://stackoverflow.com/questions/10422105/add-text-above-html5-video - 檢查了這一點,我認爲這正是你要找的 – Robin
不,看起來有文字覆蓋視頻 –