-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support carouselling divs as well as images #3
Comments
+1 |
I would like to use this too. |
This is similar to what I've done for the [http://bkosbone.com/jquery-feature-carlousel](feature carousel). I will be added that type of support in 2.1 within a month or so. However, note that since it's much more difficult and unreliable to resize entire div's and their children (as opposed to just images), the overlaying text / images would only appear when the item is in the center position. It would need to fade out when the item is moving away. |
+1 |
+1 Someone please make this |
I would like to use this in a webstore. There, the center image would have transparent text on top of it with a price, and a description. I'd also like to put a button to add-to-cart on the center image. For any of this to work, the carousel would need to support div or span elements besides just plain
.
As a separate use case, it would be nice to add a 'add-to-twitter' or 'share-on-facebook' button to the center image.
The text was updated successfully, but these errors were encountered: