쇼핑몰 중간 유튜브 재생 창 정렬 질문
본문
<iframe width="550" height="400" src="https://www.youtube.com/embed/V1s0ZuWVed4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="550" height="400" src="https://www.youtube.com/embed/1vAdXinH5ck" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
PC쇼핑몰에 위 소스만 입력하면 유튜브 동영상재생부분이 한쪽으로 치우쳐 나옵니다.
가운데 센터로 나오게 하는 방법좀 부탁드립니다.
고수님들 답변 부탁드립니다.
답변 2
<div style="display:flex;justify-content:center">
<iframe width="550" height="400" src="https://www.youtube.com/embed/V1s0ZuWVed4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style='margin-right:15px'></iframe>
<iframe width="550" height="400" src="https://www.youtube.com/embed/1vAdXinH5ck" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div style="display:flex;justify-content:center">
<iframe width="550" height="400" src="https://www.youtube.com/embed/V1s0ZuWVed4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="550" height="400" src="https://www.youtube.com/embed/1vAdXinH5ck" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>