Wire video elements to real server files
Map five video src paths to the .webm files already on the server, and correct their MIME type from video/mp4 to video/webm: bmth-80m.webm → featured (Aerial Photography) droneRun.webm → Edge Compute / Object Detection droneMoves.webm → Movement Estimation / Flying DashCam bath.webm → Bath Canal Inspection jamming-text.webm → Jammers — Last Line of Defense Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
videos.html
10
videos.html
@@ -49,7 +49,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="video-featured">
|
<div class="video-featured">
|
||||||
<video class="video-featured-thumb" controls preload="none" poster="videos/aerial-photography-bournemouth-poster.jpg">
|
<video class="video-featured-thumb" controls preload="none" poster="videos/aerial-photography-bournemouth-poster.jpg">
|
||||||
<source src="videos/aerial-photography-bournemouth.mp4" type="video/mp4">
|
<source src="bmth-80m.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
<div class="video-play-overlay" aria-hidden="true">
|
<div class="video-play-overlay" aria-hidden="true">
|
||||||
<div class="play-lg">
|
<div class="play-lg">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
<div class="video-card">
|
<div class="video-card">
|
||||||
<div class="video-card-thumb">
|
<div class="video-card-thumb">
|
||||||
<video class="video-card-thumb-img" controls preload="none" poster="videos/edge-compute-object-detection-poster.jpg">
|
<video class="video-card-thumb-img" controls preload="none" poster="videos/edge-compute-object-detection-poster.jpg">
|
||||||
<source src="videos/edge-compute-object-detection.mp4" type="video/mp4">
|
<source src="droneRun.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
<div class="video-play-overlay" aria-hidden="true">
|
<div class="video-play-overlay" aria-hidden="true">
|
||||||
<div class="play-sm">
|
<div class="play-sm">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
<div class="video-card">
|
<div class="video-card">
|
||||||
<div class="video-card-thumb">
|
<div class="video-card-thumb">
|
||||||
<video class="video-card-thumb-img" controls preload="none" poster="videos/movement-estimation-flying-dashcam-poster.jpg">
|
<video class="video-card-thumb-img" controls preload="none" poster="videos/movement-estimation-flying-dashcam-poster.jpg">
|
||||||
<source src="videos/movement-estimation-flying-dashcam.mp4" type="video/mp4">
|
<source src="droneMoves.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
<div class="video-play-overlay" aria-hidden="true">
|
<div class="video-play-overlay" aria-hidden="true">
|
||||||
<div class="play-sm">
|
<div class="play-sm">
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
<div class="video-card">
|
<div class="video-card">
|
||||||
<div class="video-card-thumb">
|
<div class="video-card-thumb">
|
||||||
<video class="video-card-thumb-img" controls preload="none" poster="videos/bath-canal-inspection-poster.jpg">
|
<video class="video-card-thumb-img" controls preload="none" poster="videos/bath-canal-inspection-poster.jpg">
|
||||||
<source src="videos/bath-canal-inspection.mp4" type="video/mp4">
|
<source src="bath.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
<div class="video-play-overlay" aria-hidden="true">
|
<div class="video-play-overlay" aria-hidden="true">
|
||||||
<div class="play-sm">
|
<div class="play-sm">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
<div class="video-card">
|
<div class="video-card">
|
||||||
<div class="video-card-thumb">
|
<div class="video-card-thumb">
|
||||||
<video class="video-card-thumb-img" controls preload="none" poster="videos/jammers-last-line-of-defense-poster.jpg">
|
<video class="video-card-thumb-img" controls preload="none" poster="videos/jammers-last-line-of-defense-poster.jpg">
|
||||||
<source src="videos/jammers-last-line-of-defense.mp4" type="video/mp4">
|
<source src="jamming-text.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
<div class="video-play-overlay" aria-hidden="true">
|
<div class="video-play-overlay" aria-hidden="true">
|
||||||
<div class="play-sm">
|
<div class="play-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user