Keeping width the same throughout resize
This commit is contained in:
parent
df88b35637
commit
d98f12e111
|
@ -2,7 +2,7 @@
|
|||
window.normalWidth = window.outerWidth;
|
||||
window.normalHeight = window.outerHeight;
|
||||
|
||||
window.minWidth = 250;
|
||||
window.minWidth = window.outerWidth;
|
||||
window.minHeight = 160;
|
||||
|
||||
function freshbooksResize(){
|
||||
|
|
Loading…
Reference in New Issue
Block a user