isMobile() && !$detect->isTablet() ){ if( $youtube_autoplay == 'true' ) $play_btn_icon = 'pause'; else $play_btn_icon = 'play'; if( $youtube_mute == 'true' ) $mute_btn_icon = 'volume-off'; else $mute_btn_icon = 'volume-up'; echo '

    

'; } } ?>