Abdelrahman Ismail

Results 46 comments of Abdelrahman Ismail
trafficstars

For Vue3 you can use this lib instead: https://github.com/ismail9k/vue3-carousel

We are currently working on adding a "lazy loading image" feature, sure it will be available in the following release. [`hooper.restart()`](https://github.com/baianat/hooper/blob/master/src/Hooper.vue#L346:L350) is just re-initializing the slides it used only when...

Async data should be supported in `0.3.2`, if you still had an issue regarding async data please report it here.

Hello @pumano, after investigating your demo, it turns out that Hooper behaves as expected inside another component (I have tested it to make sure). In your example, Hooper is hidden...

This feature is not related to carousel behavior.

Why do you want to add a link inside a slide if you don't want it to be clickable? The old behavior of Hooper was to prevent default actions, however,...

This lib is no longer maintained by me. however, I am working on a new carousel library addressing Vue 3, check [Vue3-carousel](https://github.com/ismail9k/vue3-carousel)

I've managed to fix this issue in my own project. The main idea is to prevent the Vue instance from mounting on the server, by removing the el property from...