diff --git a/layouts/shortcodes/multithumb.html b/layouts/shortcodes/multithumb.html
new file mode 100644
index 0000000..237373b
--- /dev/null
+++ b/layouts/shortcodes/multithumb.html
@@ -0,0 +1,11 @@
+
+{{ range $param := .Params }}
+ {{ $image := resources.GetMatch ($param) }}
+ {{ $size := "x350" }}
+ {{ $options := printf "%s %s %s" $size "jpg q90" "Box"}}
+ {{ $imagethumbnail := $image.Resize $options}}
+
+
+
+{{ end }}
+