유튜브 모바일에서 사이즈
본문
유튜브 모바일에서 사이즈에 안맞아요
소스를 넣었는데 왜 안되는지요?
<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
$를 빼시고 <?php if(is_mobile()) { ?>
로 해보시기바랍니다
$is_mobile를 is_mobile() 로 바꿔보셔요
지금 소스 자체가 모바일이 안먹고있는것으로 보이네요
감사합니다. 혹시 위에 상단 이미지도 모바일에서 사이즈에 맞게 바꿀려면 어케해야하나요?