Itai Lewin
Itai Lewin
.grid-container { height: 100%; margin: 0; } .grid-container { display: grid; grid-template-columns: 0.1fr 0.9fr; grid-template-rows: 1fr; gap: 1px 1px; grid-template-areas: ". ."; } .swipe { overflow: hidden; visibility: hidden; position:...
Hi, I tested this code and it does swipe but doesn't loop https://swiperjs.com/demos/#loop_mode_infinite_loop import { Swiper, SwiperSlide } from "svelte-swiper"; const options = { slidesPerView: 1, //spaceBetween: 30, loop: true,...
🙏 On Sun, Jun 7, 2020 at 7:30 AM 이효범 wrote: > I fixed this problem at v0.1.1 > > — > You are receiving this because you authored the...
Hi, We still have an issue: when using a component inside {#each posts as post} {:else} Loading... {/each} if the new list of items is shorter, we get this error:...