smaler div on devices code example
Example: smaler div on devices
if(w < 1200){
//if var w = window.innerWidth; is smaller than 1200px then do this...
}else{
//Normal function...
}
if(w < 1200){
//if var w = window.innerWidth; is smaller than 1200px then do this...
}else{
//Normal function...
}