From aa78abaea305e33e22bd574cffe754a51366a3d8 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen
Date: Mon, 7 Jun 2021 17:12:30 +0000
Subject: [PATCH] Add videos
---
index.html | 41 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 39 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 0667026..92c13b5 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,20 @@
a {
color: #03a9f4;
}
+ .videoWrapper {
+ position: relative;
+ padding-bottom: 56.25%; /* 16:9 */
+ height: 0;
+ margin-bottom: 25px;
+ background: #000;
+ }
+ .videoWrapper iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
.footer {
margin-top: 24px;
border-top: 1px solid #ccc;
@@ -75,6 +89,17 @@
detect the type of the connected ESP device and find the right firmware
files in the manifest.
+
+
+
Using ESP Web Tools on your website
To add this to your own website, create a manifest and add the button to
@@ -160,9 +185,21 @@
Each build also allows you to specify if it supports
the Improv WiFi standard. If
- it does, the user will be offered to configure the WiFi after flashing
- is done.
+ it does, the user will be offered to configure the WiFi after
+ installation is done as can be seen in the video below.
+
+
+
+
Customizing the look and feel
You can customize both the activation button and the message that is