User Tools

Site Tools


en:web_development:media:video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:web_development:media:video [2021/12/17 13:31]
mag created
en:web_development:media:video [2023/08/16 09:33] (current)
Line 2: Line 2:
 ===== Videos ===== ===== Videos =====
 ==== Objectives ==== ==== Objectives ====
-In this activity you will+In this activity you will add video to a web page.
  
 ==== Setup ==== ==== Setup ====
Line 125: Line 125:
 ==== Attributes ==== ==== Attributes ====
   * The next thing you'll notice is that it doesn't look like a video. It's just an image with no motion and no controls. We need to add those manually.   * The next thing you'll notice is that it doesn't look like a video. It's just an image with no motion and no controls. We need to add those manually.
-<code>        <video src="http://it.bibliotecasmedellin.gov.co/bibliolabs/numeros/1.mp4" controls muted loop autoplay></video>+<code>        <video src="http://it.bibliotecasmedellin.gov.co/bibliolabs/numeros/1.mp4" controls muted loop autoplay></video></code>
   * Here, we're adding four different attributes to the video file.   * Here, we're adding four different attributes to the video file.
   * <html>controls</html> adds the standard controls to the bottom of the video player.   * <html>controls</html> adds the standard controls to the bottom of the video player.
en/web_development/media/video.1639776707.txt.gz · Last modified: 2023/08/16 09:33 (external edit)