I'm using swiper.js (http://idangero.us/swiper/api/#.WCBYcxKLTfA) Please find attached a fiddle of the working code of my current code: https://jsfiddle.net/0L2h1p25/12/ I'm now trying to get it styled the way I want but there are 2 issues...
I am applying the idangerous swiper scrollbar plugin on a container whose content is dynamically loaded with ajax, I initialize the plugin after the ajax call, the issue is that the scroll doesn't work until I resize the browser. I have tested it...
I'm struggling with changing swipe direction when I rotate my swiper on 90deg. So in the beginning by default it has horizontal direction. When clicking on slide I'm rotating "swiper-container" making it full screen . So it still h...
I'm using Swiper Slideshow. I'm using this particular version. Here's the exact code I'm using. When adding a second "Swiper", the pagination doesn't work properly. I tried giving a different class to the second "sw...
Is it possible to get the zoom functionality to happen when a user mouses over a slide, rather than double-taps? The double-tap method is great for touch, but for desktop it's not so intuitive, plus it plays havoc with other interactive elements...
I've developed the menu of the mobile website: http://famosos.globo.com/ (click the burger icon on the bottom of the page) Its a carousel of brands using swiper 3.0.8, when you swipe to any direction on ios 9 safari the brands keep blinking. I...
I'm using iDangero.us Swiper js for a webpage, and initialization code is as following: var mySwiper = new Swiper( '.swiper-container', { direction: 'horizontal', loop: true, speed: 600, nextButton: '.slider-c...
I'm prototyping in HTML/JS/CSS, trying to build the following: Unfortunately, I'm struggling with the CSS part. Below you can find a minimal implementation which is fully functional, but contains 4 issues: When scrolling from slide 1 --...
I'm experiencing some difficulties using the idangerous swiper. I'm using the swiper to navigate between views on a mobile web app and it works great! This is the code i use: var mySwiper = new Swiper('.swiper-container',{ loop:f...
I used the doc http://ionicframework.com/docs/nightly/api/directive/ionSlides/ and basically use the starter app template. I added the html to the template and the js part to my controller, but it gave out error ReferenceError: fade is not defined an...
©2020 All rights reserved.