Setting the height of the gallery carousel
I must be missing something basic here, but I've tried everything I can think of. I'm using the YUI3 Gallery version of the Carousel and I'm trying to set the height of the carousel. From what I...
View ArticleRe: Setting the height of the gallery carousel
Actually, I've found a number of features that were available in YUI 2 that don't seem to work here. I've reverted back to YUI 2 carousel for the moment, but I'll try upgrading again in the future.
View ArticleTouch?
This is great .. one thing I'd suggest as an option is touch support (eg like the horizontal scrollview). Touch seems a natural extension for a carousel widget IMO. cheers
View ArticleTrouble making the example work...
Hi, I came here based on the blog post on the yui blog. However, I have trouble making even the example given there work. My code looks like this:Code:<html><head> <script...
View ArticleCan we get an example please ?
Dear Gopal,I could not get your carousel to work, it's just displaying links, but the layout doesn't make any sense. Could you please post an example?I'm sure it would save a lot of time to developers...
View ArticleRe: Trouble making the example work...
With small changes it worked for me,1. Set the body class to yui3-skin-sam2. Force Include gallery-carousel.css, as specified by gopal in his usage sample.http://pastie.org/1436933
View ArticleRe: Trouble making the example work...
Hi,I think, one problem is, if the images are not completely loaded, the styles generated by the carousel are completely messed up.Just fire the carousel on domready event :+- Y.on("available",...
View ArticleRe: Can we get an example please ?
Amendment to the example code : change fire event from available to domready.So example code would be :<html><head><script type="text/javascript"...
View ArticleRe: Can we get an example please ?
Here is a YUI3 Content Box that allows you to cross-fade items using the next and previous button. it works all the way down to IE 6. (http://goo.gl/adcHS)
View ArticleRe: Trouble making the example work...
sdeva wrote:With small changes it worked for me,1. Set the body class to yui3-skin-sam2. Force Include gallery-carousel.css, as specified by gopal in his usage sample.http://pastie.org/1436933Hi,I was...
View ArticleAutoPlay on YUI3 Carousel
Hi Gopal,I wonder if you could help; I can't seem to get AutoPlay to work on my YUI3 carousel. I have the following code: Code:YUI({gallery: 'gallery-2011.03.23-22-20'}).use("gallery-carousel",...
View ArticleRe: AutoPlay on YUI3 Carousel
Hey Anna,Add following code piece right before [Y.on("contentready"...] statementCode:Y.Carousel.prototype.startAutoPlay = function() { var B = this; u = B.get("autoPlayInterval"); setInterval...
View ArticleRe: AutoPlay on YUI3 Carousel
Hi Anna,Any luck with getting Autoplay working? If so, would you mind sharing your code? I am also having the same problem.
View ArticleRe: AutoPlay on YUI3 Carousel
Hi Crazyturkish,Thanks so much for the help - I'm getting much closer to what I need. However, I currently have issues with the 'gallery-carousel-anim' breaking the 'isCircular:true'. I've got the code...
View ArticleRe: AutoPlay on YUI3 Carousel
Got it - here is the code for autoplay on YUI3 CarouselCode:YUI({gallery: 'gallery-2011.03.23-22-20'}).use("gallery-carousel", "substitute", "gallery-carousel-anim", function (Y) { //add...
View ArticleSpotlight Carousel for YUI3 ?
I wonder if anybody can help. I am trying to rewrite the spotlight example for YUI3 carousel:http://www.marshall.edu/JAVASCRIPT/yui/ ... n_log.htmlUnfortunately I cannot find the API for the YUI3...
View ArticleRe: Spotlight Carousel for YUI3 ?
Looking at the source ( https://github.com/g13n/yui3-gallery/bl ... arousel.js ), it looks like the property <instance>.nodeSelection may help you. I'd probably just dump the object to a firebug...
View Article