stop js in mobile screen

PHOTO EMBED

Thu Jun 20 2024 07:05:22 GMT+0000 (Coordinated Universal Time)

Saved by @divyasoni23 #jquery

//let winW = $(window).width();
let winW = window.innerWidth;

if (winW >= 1025) {
          
}
content_copyCOPY