0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-30 22:48:11 +00:00

Adjust paths to relative on relocated images.

This commit is contained in:
David Bolack
2025-12-29 12:18:18 -06:00
parent ab19097521
commit 8fc4c946d7
5 changed files with 15 additions and 15 deletions

View File

@@ -631,25 +631,25 @@ module.exports = [
name : 'Image',
icon : 'fas fa-image',
gen : dedent`
![cat warrior](https://homebrewery.naturalcrit.com/assets/4a8179462cfdf39054a418efd4cb743e.jpg) {width:325px,mix-blend-mode:multiply}`
![cat warrior](/assets/4a8179462cfdf39054a418efd4cb743e.jpg) {width:325px,mix-blend-mode:multiply}`
},
{
name : 'Image Wrap Left',
icon : 'fac image-wrap-left',
gen : dedent`
![homebrewery_mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {width:280px,margin-right:-3cm,wrapLeft}`
![homebrewery_mug](/assets/hMna6G0.png) {width:280px,margin-right:-3cm,wrapLeft}`
},
{
name : 'Image Wrap Right',
icon : 'fac image-wrap-right',
gen : dedent`
![homebrewery_mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {width:280px,margin-left:-3cm,wrapRight}`
![homebrewery_mug](/assets/hMna6G0.png) {width:280px,margin-left:-3cm,wrapRight}`
},
{
name : 'Background Image',
icon : 'fas fa-tree',
gen : dedent`
![homebrew mug](https://homebrewery.naturalcrit.com/assets/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}`
![homebrew mug](/assets/hMna6G0.png) {position:absolute,top:50px,right:30px,width:280px}`
},
{
name : 'Watercolor Splatter',