Если на экране, чем перенаправить на другую страницу
<script type="text/javascript">
function redirect() {
if (screen.width <= 950) {
window.location = "https://www.google.com/";
}
Light Lemur