automatically detect web browser window width change? September 14, 2023 by Tarik Try the resize event $(window).resize(function() { console.log('window was resized'); });