Skip to content

Commit d66cdca

Browse files
committed
Update Curtain.vue
1 parent ea4fe7b commit d66cdca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jgantts-com/src/Curtain/Curtain.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async function initializeBackground() {
9898
9999
doneAnimatingCurtain = false
100100
101-
const ratio = 0.5 //window.devicePixelRatio || 1;
101+
const ratio = window.devicePixelRatio || 1;
102102
if (canvasElement.width != width) {
103103
canvasElement.width = width * ratio;
104104
canvasElement.height = height * ratio;

0 commit comments

Comments
 (0)