CSS 3D Layers Effect
/in CSS3, HTML5/by GénesisShow huge tables in any device
/in CSS3, HTML5, JavaScript/by GénesisWe use Clusterize.js to display big data sets easily and CSS Grid to fix our HTML table.
Try to slide up/down and left/right in your phone/tablet.
Snapshots using getUserMedia and HTML video
/in HTML5, JavaScript/by Génesis$button.addEventListener('click', () => { const context = $canvas.getContext('2d') context.drawImage($video, 0, 0, $canvas.width, $canvas.height) }) navigator.mediaDevices.getUserMedia({video: true}) .then(stream => $video.srcObject = stream)
It has to be https: