From 41a8970f2beeefaa08474778bc1301db3e7c960c Mon Sep 17 00:00:00 2001 From: jonmoon74 Date: Thu, 13 Dec 2018 19:06:01 +0000 Subject: [PATCH] Update to impact of video on webpages (#25376) * Update to impact of video on webpages Added comment on the ability to use video on webpages as a key support in designing for mobile * fixed: removed word Importantly --- guide/english/html/html5-video/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/html/html5-video/index.md b/guide/english/html/html5-video/index.md index 4cf3058c29d..e69993820a3 100644 --- a/guide/english/html/html5-video/index.md +++ b/guide/english/html/html5-video/index.md @@ -5,6 +5,7 @@ title: HTML5 Video Before HTML5, in order to have a video play in a webpage, you would need to use a plugin, like Adobe Flash Player. With the introduction of HTML5, you can now place it directly into the page itself. +This now makes it possible to have videos playign in pages designed to be viewed on mobile devices, as plugins like Adobe Flash Player do not work on mobile. The HTML