diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html
new file mode 100644
index 0000000..dd873c4
--- /dev/null
+++ b/layouts/shortcodes/video.html
@@ -0,0 +1 @@
+<video src="{{.Get "src" | absURL}}" {{if .Get "controls"}}controls{{end}} width=750></video>