일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 타입스크립트
- rn webview page loading
- styled component 작동안함
- 임고미
- React-Native IOS
- 리액트
- 퍼블리셔
- input 숫자입력
- styled component
- JS
- slick slider 간격
- gsap
- js 특정 위치로 이동
- react
- styled component is not working
- reactnative 웹뷰 페이지 로딩
- safari wiondow.open
- scrollIntoView scrollTo
- 웹뷰 페이지 로딩
- react이론
- React Native navigation
- 트윈맥스 기초
- RN navitate push
- 프론트앤드
- styled component 작동 안될때
- SafeArea 커스텀
- React-Native 공부
- react native safeArea
- React Native SafeArea Custom
- gsap 기초
Archives
- Today
- Total
목록javascript swiper (1)
개발공부 임고미
[Javascript] swiper 크기만큼 이동시켜주기
1. html에 swiper를 만들어줍니다. 2. 원하는 크기를 설정해줍니다. .swiper-container-mainNav .swiper-wrapper { width: auto !important; } .swiper-container-mainNav .swiper-wrapper .swiper-slide { width: 190px !important; } .swiper-container-mainNav .swiper-wrapper .swiper-slide:nth-child(3) { width: 140px !important; } 원래 스와이퍼에서 제공하는 css가 있어서, 내가 정한 크기가 무시될 수 있으므로 !important 를 넣어줍니다. 저는 190px과 140px 두가지 크기를 설정하였습니다. 3...
퍼블리싱/html css js
2020. 9. 21. 11:41