Brandon Him
Brandon Him
The issue maybe with ng-repeat/dynamically loading images. Does autoplay continue to work when you resize the browser after you finish loading images?
Sounds like an interesting idea, but shouldn't this be managed through css. External stylesheets are more performance effective then inline styles.
Hi there @hbhasin3 , Use the breakpoints param (http://idangero.us/swiper/api/#.V8hq_5MrI_U) Ie: For _mobile_ (TIP: it's best practice to refer it as screen sizes (small,medium,etc)) , you would want to set up...
@ksachdeva Close issue when u get a chance.
Have you solve this issue? @taylormaster
Can you strip out your own custom CSS sheets and see if this is still an issue?
Sounds like swiper.js is intiated with an empty set of slides first before the data is resolved by the service. If that is the case, reintialize swiper with the sub...
@Byucougars Issue is most likely the initialization of swiper before ng-repeat creates slides from dynamic data. I'm not sure where you are running $scope.swiper.update(), but I assume it's before it's...
It shouldn't behave like that as swiper translates the inner content of the container. Can you provide implementation code?
Each slider has it's own isolated scope, so this can be a bit of a challenge. You could create an event when the slider slides, and emit an event with...