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