inital-release
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
if (isMobilePhone && width < 768) {
|
if (isMobilePhone && width < 768) {
|
||||||
// Mobile phones: detected mobile device < 768px
|
// Mobile phones: detected mobile device < 768px
|
||||||
targetPage = 'mobile.html'
|
targetPage = 'mobile.html'
|
||||||
} else if (width < 500) {
|
} else if (width < 400) {
|
||||||
// Small screens: force mobile
|
// Small screens: force mobile
|
||||||
targetPage = 'mobile.html'
|
targetPage = 'mobile.html'
|
||||||
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
|
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user