diff --git a/js/Content.js b/js/Content.js index 9158e4f..ea934a9 100644 --- a/js/Content.js +++ b/js/Content.js @@ -175,7 +175,7 @@ export class ImageContent extends Content { (texture) => { this.texture = texture; const aspect = texture.image.width / texture.image.height; - const maxWidth = 6; + const maxWidth = 4.5; const height = 4; let width = height * aspect; if (width > maxWidth) {