Mobile compatibility fix for small screens
This commit is contained in:
@ -43,7 +43,7 @@ jQuery(document).ready(function($)
|
||||
if (window.innerWidth >= 600)
|
||||
return null;
|
||||
else if (window.innerWidth < 600 && window.innerWidth > 450)
|
||||
return 4;
|
||||
return 3;
|
||||
else
|
||||
return 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user