我有一个滑块,它显示4个视频,我需要显示图片时,我通过移动设备,视频时,通过桌面,滑块是在main.min.js写的,并包含在main.tpl(模板),我有一个脚本,检测移动设备 require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;
// Any mobile device (phones or tablets).
if ( $detect->isMobile() ) {
}
// Any tablet device.
if( $detect->isTablet() ){ 当我使用移动设