From 3b5aef7d71b7d4947b7868d804d1675ac1bd2150 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 23 Mar 2023 16:47:23 -0400 Subject: [PATCH] Further snippet tweaks --- themes/V3/Blank/snippets/imageMask.gen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js index 9c2a35c2c..343cc093b 100644 --- a/themes/V3/Blank/snippets/imageMask.gen.js +++ b/themes/V3/Blank/snippets/imageMask.gen.js @@ -20,10 +20,10 @@ module.exports = { 'right' : 270 }[side]; return dedent` - {{imageMaskEdge${_.random(1, 8)},--offset:0cm,--rotation:${rotation} + {{imageMaskEdge${_.random(1, 8)},--offset:0%,--rotation:${rotation} ![](https://i.imgur.com/GZfjDWV.png){height:100%} }} - \n\n`; },