From 82036040f70ab9d5b30afe372bcd43061acff5d8 Mon Sep 17 00:00:00 2001
From: "(quasar) nebula"
Date: Sat, 12 Aug 2023 23:44:22 -0300
Subject: content: transformContent: display large thumbs by default
---
src/content/dependencies/transformContent.js | 1 +
src/util/urls.js | 1 +
tap-snapshots/test/snapshot/transformContent.js.test.cjs | 6 +++---
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js
index 588e5355..68d7eaa4 100644
--- a/src/content/dependencies/transformContent.js
+++ b/src/content/dependencies/transformContent.js
@@ -318,6 +318,7 @@ export default {
thumb: {
validate: v => v.is('small', 'medium', 'large'),
+ default: 'large',
},
},
diff --git a/src/util/urls.js b/src/util/urls.js
index 4d099acd..bd3a349a 100644
--- a/src/util/urls.js
+++ b/src/util/urls.js
@@ -142,6 +142,7 @@ const thumbnailHelper = (name) => (file) =>
file.replace(/\.(jpg|png)$/, name + '.jpg');
export const thumb = {
+ large: thumbnailHelper('.large'),
medium: thumbnailHelper('.medium'),
small: thumbnailHelper('.small'),
};
diff --git a/tap-snapshots/test/snapshot/transformContent.js.test.cjs b/tap-snapshots/test/snapshot/transformContent.js.test.cjs
index 6b30ebc2..dd859b2f 100644
--- a/tap-snapshots/test/snapshot/transformContent.js.test.cjs
+++ b/tap-snapshots/test/snapshot/transformContent.js.test.cjs
@@ -59,16 +59,16 @@ How it goes
`
exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > non-inline image #1 1`] = `
-
+
`
exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > non-inline image #2 1`] = `
Rad.
-
+
`
exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > non-inline image #3 1`] = `
-
+
Baller.
--
cgit 1.3.0-6-gf8a5