alert not showing up herewindow.addEventListener('resize',

alex_f

New Member
my window .resize function is not working....when i reduce the browser window i am trying to reduce the cube size to fit the iphone lay out....the problem is its not changing and even i dont see the alert....the problem is in this line line no 354http://jsfiddle.net/YZYp5/15/providing my code below\[code\]window.addEventListener('resize', function(){ if (screen.width < 900) { alert("i am here");\[/code\]
 
Back
Top