Pulse animation

Create a circle and animate it forever! .cirlce { border: 1px solid #777; border-radius: 100%; height: 30px; width: 30px; background-color: #eee; animation: […]

prd

Use the below function for small tests 🙂 /** * Print multiple arrays in a pretty way and die() * * @param […]

VideoJS with Youtube

Videojs with VideoJS Youtube Add CSS and JS resources <link href=”https://cdn.rawgit.com/videojs/video.js/v5.4.4/dist/video-js.css” rel=”stylesheet”> <script src=”https://cdn.rawgit.com/videojs/video.js/v5.4.4/dist/video.js”></script> <script src=”https://cdn.rawgit.com/eXon/videojs-youtube/v2.0.3/dist/Youtube.js”></script> Then add your video. <video id=”vide-01″ […]