Alex Wong/Getty Images
Chelsea King-Carr; Steve Eloiseau; Chase Bergey
Justin Sullivan/Getty Images
Paul Morigi/Getty Images
Craig Barritt/Getty Images for TikTok.
An Advertising Tail
function checkWidth() {
var screenWidth = window.innerWidth;
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
if (!isMobile && screenWidth < 800) {
location.reload();
}
}
window.addEventListener("resize", checkWidth);
Courtesy of UBS