Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 616 Bytes

index.md

File metadata and controls

24 lines (15 loc) · 616 Bytes
permalink title layout codepen
index.html
Codepen sample page
page.njk
true

Height 650px, resizable, theme - light, active tabs - js & result

{% codepen "https://codepen.io/ImagineProgramming/pen/OJxLvjd", '{"height":650, "class":"codepen-resizable", "theme": "light", "tab":"js,result"}' %}

Default

{% codepen "https://codepen.io/alvaromontoro/pen/qBPWRrP" %}

Only slug, height 600px

{% codepen "qBPWRrP", '{"height": 600}' %}

Slug, height 600px, light theme & resizable (option string)

{% codepen "qBPWRrP", 'height:600;theme:light;class:codepen-resizable;insertJS:true' %}