Connects the sortable to a script that can save it via ajax
A Pen by Matthijs Alles on CodePen.
Connects the sortable to a script that can save it via ajax
A Pen by Matthijs Alles on CodePen.
| <!-- Video element (live stream) --> | |
| <label>Video Stream</label> | |
| <video autoplay id="video" width="640" height="480"></video> | |
| <!-- Canvas element (screenshot) --> | |
| <label>Screenshot (base 64 dataURL)</label> | |
| <canvas id="canvas" width="640" height="480"></canvas> | |
| <!-- Capture button --> | |
| <button id="capture-btn">Capture!</button> |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| <template> | |
| <label> | |
| <input type="checkbox" ref="showHeader" checked="false"> | |
| Show Header? | |
| </label> | |
| <h1 if.bind="showHeader.checked" ref="theHeader">${message}</h1> | |
| The header is: ${theHeader} | |
| </template> |