Skip to content

Commit 3e4cf91

Browse files
author
bash
committed
add 4 to 1 ratio
1 parent 3bb4a76 commit 3e4cf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@
612612
}
613613
else if (layout == 10) {
614614
option.size = 'full_width';
615-
option.aspect = '11:5';
615+
option.aspect = '4:1';
616616
option.width = window.innerWidth;
617-
option.height = Math.round(window.innerWidth * 0.23);
617+
option.height = Math.round(window.innerWidth * 0.25);
618618
}
619619
return option;
620620
}

0 commit comments

Comments
 (0)