편집 요약 없음
편집 요약 없음
19번째 줄: 19번째 줄:
   var screenHeight;
   var screenHeight;
   if (screenWidth >= 768) {
   if (screenWidth >= 768) {
     screenHeight = 1760;
     screenHeight = 1675;
   } else {
   } else {
     screenHeight = 1540;
     screenHeight = 1500;
   }
   }
   embed.setAttribute('height', screenHeight);
   embed.setAttribute('height', screenHeight);

2023년 3월 10일 (금) 19:42 판