홈페이지제작교실

와우슬라이더 모바일 사용시 너비 높이 문제 해결 wowslider 


홈페이지요리사 홈요 플러그인중 와우슬라이더를 모바일에 사용시에

너비 높이 문제가 발생합니다.


모바일에 적용하고 적용된 메인 페이지에

헤더&메타&JS 이부분에 아래 내용을 적어서 사용을합니다.



기본)


<style>

#wowslider-container_와우슬라더번호 { width: 100% !important; height: auto !important; }

#wowslider-container_와우슬라더번호 .ws_images img { height: 100%; }

</style>

<script>

$(function(){

   $( '#wowslider-container_와우슬라더번호 .ws_images img' ).removeAttr( 'width' ).removeAttr( 'height' );

});

</script>




예)



<style>

#wowslider-container_52 { width: 100% !important; height: auto !important; }

#wowslider-container_52 .ws_images img { height: 100%; }

</style>

<script>

$(function(){

   $( '#wowslider-container_52 .ws_images img' ).removeAttr( 'width' ).removeAttr( 'height' );

});

</script>

공유하기

facebook twitter kakaoTalk kakaostory naver band