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.
+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.
+You can customize both the activation button and the message that is