plugin 5

[plugIn] 부드럽게 롤링되는 simplyscroll

simplyscroll바로가기 jQuery simplyScroll - Logicbox Jump to: [Features] [Examples] [Download] [Installation] [Config] This plugin is now legacy and is mostly unsupported! Core functionality still works, but all features described may not work as intended or at all, please use at your own risk! simplyScroll www.logicbox.net HTML ul > li 구조로 감싼 뒤 img를 넣어준다. jQuery $(function() { $('#scroller').simplyS..

Tools/plugIn 2022.01.26

[plugIn] swiperSlider 사용하기

swiperSlider 바로가기 HTML Slide 1 Slide 2 Slide 3 ... CSS scrollbar 사용시 scrollbar-drag 색상 및 너비 제어하기 /* will not work as it should 스크롤바 너비 제어 */ .swiper-horizontal .swiper-scrollbar{width: 50%!important;} .swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {background-color: red;} var swiper = new Swiper(".categorySwiper", { //초기값 설정은 모바일이 먼저 적용됨 spaceBetween: 60, //간격 slidesPerGroup: 2, //슬..

Tools/plugIn 2022.01.22

[slider] owl-carousel 사용하기

https://owlcarousel2.github.io/OwlCarousel2/ https://www.jqueryscript.net/demo/Powerful-Customizable-jQuery-Carousel-Slider-OWL-Carousel/#how-to 태그 안에 경로 설치하기 태그에 위 두개 CSS파일을 포함시킨다. 📌owl.carousel.css 파일 필요하며 css파일은 js파일 앞에 있어야 한다. 📌owl.theme.default.css : 선택사항. 기본 탐색 컨트롤이 필요할 경우 필요하다. 📌첫번째로 jquery파일 📌두번째로 caruosel.js 파일을 넣는다. MarkUP Your Content Your Content Your Content Your Content Your Conten..

Tools/plugIn 2021.07.15
반응형
SMALL