Merge pull request #344 from rerdavies/dev-modui

v1.4.68
This commit is contained in:
Robin Davies
2025-07-21 12:22:16 -04:00
committed by GitHub
196 changed files with 7936 additions and 866 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
let galleryFrame = 0;
let calculateWidth = function () {
width = Math.min(maxWidth, window.innerWidth * 0.8);
width = Math.min(maxWidth, document.documentElement.clientWidth * 0.8);
height = width * aspectY / aspectX;
frameWidth = width + borderWidth * 2;
frameHeight = height + borderWidth * 2;