Skip to content

Commit

Permalink
I don't like the clock zoom no more
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 13, 2024
1 parent 580ed17 commit f05afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JoshSadieDash.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
var newH = !wider ? natH * ((window.innerHeight / window.innerWidth) / (natH / natW)) : natH;
svgcon.setAttribute("viewBox", `0 0 ${newW} ${newH}`);

var clockZoom = 1.4;
var clockZoom = 1.0;
var clockScale = newH / 900 * clockZoom;
var shiftOff = (900 * clockZoom - 900)/clockZoom;
var leftSide = now.hour() >= 12;
Expand Down

0 comments on commit f05afb3

Please sign in to comment.