Skip to content

Commit b5847e8

Browse files
committed
Reduce GitHub image minimizer height
1 parent eaf4545 commit b5847e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image-minimizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = async ({github, context}) => {
66
const IGNORE_KEY = '<!-- IGNORE IMAGE MINIFY -->';
77
const IGNORE_ALT_NAME_END = 'ignoreImageMinify';
88
// Targeted maximum height
9-
const IMG_MAX_HEIGHT_PX = 600;
9+
const IMG_MAX_HEIGHT_PX = 400;
1010
// maximum width of GitHub issues/comments
1111
const IMG_MAX_WIDTH_PX = 800;
1212
// all images that have a lower aspect ratio (-> have a smaller width) than this will be minimized

0 commit comments

Comments
 (0)