Check viewport width by Faisal Khan Janjua March 16, 2021 HTML <h1></h1> JavaScript $(document).ready(function(){ $('h1').text($(window).width()) });