Top Panel
위치: 관리자>외모>위젯>Hidden top panel area
설정: 관리자>외모>Theme Options>Header>Use Top Panel [설정하기]
이용후기 갤러리
Home / 이용후기 갤러리
글보기
제목빠른 일처리 감사해용! 호주에서 신청한지 4일만에 받앗어요 진짜 친절하세요 감사합니당 🙂2022-11-22 14:48
카테고리호주점
작성자 Level 10
별점
거주국가호주

20221122_134855.png
빠른 일처리 감사해용! 호주에서 신청한지 4일만에 받앗어요 진짜 친절하세요 감사합니당 🙂 

댓글

■ 근 무 시 간 Asia/Seoul UTC +09:00

▷ 월~금 11:00~18:00 ▷점 심 12:00~13:00

▷주말,공휴일은 쉽니다

function resizeVideoHeight(){ if ( jQuery(window).width() < 760 ) { jQuery(".video-container>iframe").each(function(){ if(jQuery(this).attr("width")=="100%"){ jQuery(this).css("height", Math.ceil( parseInt(jQuery(this).css("width")) * 0.625 ) + "px"); }else{ jQuery(this).css("height", Math.ceil( parseInt(jQuery(this).css("width")) * parseInt(jQuery(this).attr("height")) / parseInt(jQuery(this).attr("width")) ) + "px"); } }); } } resizeVideoHeight(); jQuery(window).resize(function(){ resizeVideoHeight(); }); });