DEV Community

Discussion on: Simple Screen Recorder in 20 lines of JavaScript

Collapse
 
michaeltharrington profile image
Michael Tharrington

Heyo! Wonderful post here. 🙌

Just a heads up that you can embed CodePens here on DEV if you wanna.

To do so, you just use this syntax:

{% codepen https://codepen.io/ninofiliu/embed/BaMzxQM %}

You definitely don't have to do this, but just letting you know if you'd like to.

Notably, CodePen embeds behave a bit differently than most embeds on DEV (GitHub, YouTube, internal DEV embeds) which use a simplified syntax, for example:

{% embed https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley %}

Hope this is helpful to ya and thanks for sharing such a helpful post here on DEV!