I uploaded 3 videos to my page. 2 videos load fine, but the 3rd one doesn't. I thought this had something to do with space, so I deleted a few files, and now have 2 MB to spare, but the video will not load! Can someone please help me out? MAMA2016.mp4 is the one that doesn't load. It's 194.7 MB
This is my code for this specific page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Pacifico" rel="stylesheet"><title>video archive</title>
<style type="text/css">body {background-color: #75baff;color:black;text-align:center; font-family:'Open Sans', sans-serif;}th {padding:25px;}td{padding:10px;}table {width:100%; border-collapse:collapse;}</style>
</head>
<body>
<table align="center"style="font-family: 'Open Sans', serif;font-size:24px;font-weight:bold;width:800px;">
<caption style="font-size:40px;font-familyacifico">Celeste's Video Archive</caption>
<tr>
<td>BTS in Japan<br>
<video width="320" height="240" controls>
<source src="japan.mp4" type="video/mp4">
</video></td><td>3J Dance at Festa 2017 <br>
<video width="320" height="240" controls> <source src="3j.mp4" type="video/mp4"> </video>
</td><td>MAMA 2016 Performance<br><video width="320" height="240" controls>
<source src="MAMA2016.mp4" type="video/mp4"> </video></td></tr></table>
<a href="http://listylists.x10host.com/Secret/index.html"><img src="kumamon.png"style="width:680px;height:680px;align:left;"title="home"/></a>
</body></html>
This is my code for this specific page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Pacifico" rel="stylesheet"><title>video archive</title>
<style type="text/css">body {background-color: #75baff;color:black;text-align:center; font-family:'Open Sans', sans-serif;}th {padding:25px;}td{padding:10px;}table {width:100%; border-collapse:collapse;}</style>
</head>
<body>
<table align="center"style="font-family: 'Open Sans', serif;font-size:24px;font-weight:bold;width:800px;">
<caption style="font-size:40px;font-familyacifico">Celeste's Video Archive</caption>
<tr>
<td>BTS in Japan<br>
<video width="320" height="240" controls>
<source src="japan.mp4" type="video/mp4">
</video></td><td>3J Dance at Festa 2017 <br>
<video width="320" height="240" controls> <source src="3j.mp4" type="video/mp4"> </video>
</td><td>MAMA 2016 Performance<br><video width="320" height="240" controls>
<source src="MAMA2016.mp4" type="video/mp4"> </video></td></tr></table>
<a href="http://listylists.x10host.com/Secret/index.html"><img src="kumamon.png"style="width:680px;height:680px;align:left;"title="home"/></a>
</body></html>