mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
fix #870 - update image max_width to the correct page container size
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user