From 309c67a660866c4ced758086037e6d8ca38c7acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 18 Mar 2026 12:15:28 +0100 Subject: [PATCH] credits to alt text --- themes/V3/5ePHB/snippets/coverpage.gen.js | 12 ++++-------- themes/V3/Blank/snippets.js | 3 +-- themes/V3/Blank/snippets/imageMask.gen.js | 6 ++---- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/themes/V3/5ePHB/snippets/coverpage.gen.js b/themes/V3/5ePHB/snippets/coverpage.gen.js index 5415812f6..c2824bcb2 100644 --- a/themes/V3/5ePHB/snippets/coverpage.gen.js +++ b/themes/V3/5ePHB/snippets/coverpage.gen.js @@ -97,8 +97,7 @@ export default { ${_.sample(footnote)} }} - ![background image](${domain}/assets/the_departure.webp){position:absolute,bottom:0,right:-400px,height:100%} - + ![The Departure, 1837, by Thomas Cole](${domain}/assets/the_departure.webp){position:absolute,bottom:0,right:-400px,height:100%} \page`; }, @@ -112,9 +111,8 @@ export default { ___ {{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0 - ![background image](${domain}/assets/the_spirit_of_war.webp){position:absolute,bottom:100px,right:70px,height:70%} + ![The Spirit of War, 1851, by Jasper Francis Cropsey](${domain}/assets/the_spirit_of_war.webp){position:absolute,bottom:100px,right:70px,height:70%} }} - {{logo ![](${domain}/assets/naturalCritLogoRed.svg)}} @@ -129,9 +127,8 @@ export default { ## ${_.sample(subtitles)} {{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180 - ![Background image](${domain}/assets/frigate.webp){position:absolute,bottom:0,right:0,height:100%} + ![The United States Frigate "President" Engaging the British Squadron, 1815, 1850, by Fitz Henry Lane](${domain}/assets/frigate.webp){position:absolute,bottom:0,right:0,height:100%} }} - \page`; }, @@ -147,8 +144,7 @@ export default { For use with any fantasy roleplaying ruleset. Play the best game of your life! - ![background image](${domain}/assets/ruined_tower.webp){position:absolute,bottom:0,right:-250px,height:100%} - + ![Italian Coast Scene with Ruined Tower, 1838, by Thomas Cole](${domain}/assets/ruined_tower.webp){position:absolute,bottom:0,right:-250px,height:100%} {{logo ![](${domain}/assets/naturalCritLogoWhite.svg) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index c23915d6b..4e9ec1afb 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -646,8 +646,7 @@ export default [ name : 'Image', icon : 'fas fa-image', gen : dedent` - ![bird](${domain}/assets/bird.webp) {width:325px} - ` + ![Bird with autumn foliage by L. Prang & Co.](${domain}/assets/bird.webp) {width:325px}` }, { name : 'Image Wrap Left', diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js index 2c1255178..bb6c2dea8 100644 --- a/themes/V3/Blank/snippets/imageMask.gen.js +++ b/themes/V3/Blank/snippets/imageMask.gen.js @@ -37,8 +37,7 @@ export default { }[side]; return dedent` {{imageMaskEdge${_.random(1, 8)},--offset:10%,--rotation:${rotation} - ![image description](${domain}/assets/roman_theatre.webp)${styles()} - + ![The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont](${domain}/assets/roman_theatre.webp)${styles()} }} \n\n`; @@ -49,8 +48,7 @@ export default { const offsetY = (y == 'top' ? '50%' : '-50%'); return dedent` {{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0 - ![image description](${domain}/assets/roman_theatre.webp){height:100%} - + ![The Roman Theater at Taormina, 1828, by Louise-Joséphine sarazin de Belmont](${domain}/assets/roman_theatre.webp){height:100%} }}