유튜브 모바일에서 사이즈 채택완료
유튜브 모바일에서 사이즈에 안맞아요
소스를 넣었는데 왜 안되는지요?
<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>
답변을 작성하려면 로그인이 필요합니다.
로그인
를 참조해보시기바랍니다