채택완료

유튜브 모바일에서 사이즈

2019-10-22 (화) 13:26:38 2,624

http://heparam.co.kr/

유튜브 모바일에서 사이즈에 안맞아요

소스를 넣었는데 왜 안되는지요?

<div class="row">
<div class=" fit-videos text-center sm-margin-30px-bottom">
<!-- start vimeo video --><!-- end vimeo video -->
<!--- <iframe width="951" height="535" src="https://www.youtube.com/embed/VPhRrXYQ0eg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> --->
    
    <?php if($is_mobile){?>

<iframe width="100%" height="56%" src="https://www.youtube.com/embed/VPhRrXYQ0eg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<?php } else { ?>

<iframe width="951" height="535" src="https://www.youtube.com/embed/VPhRrXYQ0eg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<?php } ?>
    
    
</div> 
</div>

|

답변 3개 / 댓글 1개

채택된 답변
+20 포인트

$를 빼시고 <?php if(is_mobile()) { ?>

로 해보시기바랍니다

2019-10-22 (화) 13:43:09

감사합니다. 혹시 위에 상단 이미지도 모바일에서 사이즈에 맞게 바꿀려면 어케해야하나요?

답변에 대한 댓글 1개

$is_mobile를 is_mobile() 로 바꿔보셔요

지금 소스 자체가 모바일이 안먹고있는것으로 보이네요

답변을 작성하려면 로그인이 필요합니다.