fix #870 - update image max_width to the correct page container size

This commit is contained in:
James Fenn
2024-01-21 02:05:11 -05:00
parent 6ad1c0f2f9
commit 94a91edd43

View File

@@ -17,7 +17,7 @@ import { getLargestSourceSetSrc } from "../get-largest-source-set-src";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const MAX_WIDTH = 768;
const MAX_WIDTH = 896;
const MAX_HEIGHT = 768;
/**