Khanh Renaud/ABACAPRESS.COM
Carlos Barria/REUTERS
YouTube
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);
Kevork Djansezian and Win McNamee/Getty Images
Amazon Ads Interactive Video
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);