diff --git a/themes/Legacy/5ePHB/snippets.js b/themes/Legacy/5ePHB/snippets.js index e9134853c..5f610eced 100644 --- a/themes/Legacy/5ePHB/snippets.js +++ b/themes/Legacy/5ePHB/snippets.js @@ -40,7 +40,7 @@ module.exports = [ icon : 'fas fa-image', gen : [ '', 'Credit: Kyounghwan Kim' ].join('\n') @@ -50,7 +50,7 @@ module.exports = [ icon : 'fas fa-tree', gen : [ '' ].join('\n') }, diff --git a/themes/V3/5ePHB/snippets/coverpage.gen.js b/themes/V3/5ePHB/snippets/coverpage.gen.js index b662aaaa6..b2cf80f43 100644 --- a/themes/V3/5ePHB/snippets/coverpage.gen.js +++ b/themes/V3/5ePHB/snippets/coverpage.gen.js @@ -96,7 +96,7 @@ module.exports = { ${_.sample(footnote)} }} - ![background image](https://i.imgur.com/IwHRrbF.jpg){position:absolute,bottom:0,left:0,height:100%} + ![background image](https://homebrewery.naturalcrit.com/assets/IwHRrbF.jpg){position:absolute,bottom:0,left:0,height:100%} \page`; }, @@ -110,7 +110,7 @@ module.exports = { ___ {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 - ![background image](https://i.imgur.com/IsfUnFR.jpg){position:absolute,bottom:0,left:0,height:100%} + ![background image](https://homebrewery.naturalcrit.com/assets/IsfUnFR.jpg){position:absolute,bottom:0,left:0,height:100%} }} {{logo ![](/assets/naturalCritLogoRed.svg)}} @@ -126,7 +126,7 @@ module.exports = { ## ${_.sample(subtitles)} {{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180 - ![Background image](https://i.imgur.com/9TU96xY.jpg){position:absolute,bottom:0,left:0,height:100%} + ![Background image](https://homebrewery.naturalcrit.com/assets/9TU96xY.jpg){position:absolute,bottom:0,left:0,height:100%} }} \page`; @@ -143,7 +143,7 @@ module.exports = { For use with any fantasy roleplaying ruleset. Play the best game of your life! - ![background image](https://i.imgur.com/MJ4YHu7.jpg){position:absolute,bottom:0,left:0,height:100%} + ![background image](https://homebrewery.naturalcrit.com/assets/MJ4YHu7.jpg){position:absolute,bottom:0,left:0,height:100%} {{logo ![](/assets/naturalCritLogoWhite.svg) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index f1c62e486..dfbdffce3 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -631,25 +631,25 @@ module.exports = [ name : 'Image', icon : 'fas fa-image', gen : dedent` - ![cat warrior](https://s-media-cache-ak0.pinimg.com/736x/4a/81/79/4a8179462cfdf39054a418efd4cb743e.jpg) {width:325px,mix-blend-mode:multiply}` + ![cat warrior](https://homebrewery.naturalcrit.com/assets/4a8179462cfdf39054a418efd4cb743e.jpg) {width:325px,mix-blend-mode:multiply}` }, { name : 'Image Wrap Left', icon : 'fac image-wrap-left', gen : dedent` - ![homebrewery_mug](http://i.imgur.com/hMna6G0.png) {width:280px,margin-right:-3cm,wrapLeft}` + ![homebrewery_mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {width:280px,margin-right:-3cm,wrapLeft}` }, { name : 'Image Wrap Right', icon : 'fac image-wrap-right', gen : dedent` - ![homebrewery_mug](http://i.imgur.com/hMna6G0.png) {width:280px,margin-left:-3cm,wrapRight}` + ![homebrewery_mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {width:280px,margin-left:-3cm,wrapRight}` }, { name : 'Background Image', icon : 'fas fa-tree', gen : dedent` - ![homebrew mug](http://i.imgur.com/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}` + ![homebrew mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}` }, { name : 'Watercolor Splatter', diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js index 323f89a1f..6a9adbf70 100644 --- a/themes/V3/Blank/snippets/imageMask.gen.js +++ b/themes/V3/Blank/snippets/imageMask.gen.js @@ -5,7 +5,7 @@ module.exports = { center : ()=>{ return dedent` {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 - ![](https://i.imgur.com/GZfjDWV.png){height:100%} + ![](https://homebrewery.naturalcrit.com/assets/GZfjDWV.png){height:100%} }} \n\n`; @@ -32,7 +32,7 @@ module.exports = { const offsetY = (y == 'top' ? '50%' : '-50%'); return dedent` {{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0 - ![](https://i.imgur.com/GZfjDWV.png){height:100%} + ![](https://homebrewery.naturalcrit.com/assets/GZfjDWV.png){height:100%} }}