티스토리 뷰
$(document).ready(function(e){
var wWidth = $(window).innerWidth();
if(wWidth < 1400 && wWidth > 1024){
$('.video-con > iframe').load(function(e){
var videoHeight = $('.video-wrap .video-con iframe').height();
$('.sponsor-rolling-wrap').height(videoHeight);
});
}else if(wWidth < 1024){
$('.sponsor-rolling-wrap').height('');
}else{
$('.video-con > iframe').load(function(e){
var videoHeight = $('.video-wrap .video-con iframe').height();
$('.sponsor-rolling-wrap').height(videoHeight);
});
}
$(window).resize(function(e){
var wWidth = $(window).innerWidth();
if(wWidth < 1400 && wWidth > 1024){
var videoHeight = $('.video-wrap .video-con iframe').height();
$('.sponsor-rolling-wrap').height(videoHeight);
}else if(wWidth < 1024){
$('.sponsor-rolling-wrap').height('');
}else{
var videoHeight = $('.video-wrap .video-con iframe').height();
$('.sponsor-rolling-wrap').height(videoHeight);
}
});
sponsorRolling();
subTab();
channelTab();
selCategory();
});
'WebPublisher' 카테고리의 다른 글
[jQuery] on click event 해제 (0) | 2021.05.28 |
---|---|
[slick] 슬라이드 롤링 시마다 애니메이션 실행 (0) | 2021.04.06 |
[html] gnb 일렬로 슬라이드 다운 (0) | 2021.03.24 |
[checkbox] 체크박스 on off checked (0) | 2021.03.24 |
[jQuery] tab contents 탭 선택 (0) | 2021.03.24 |
공지사항